From da3e3756c26890612c62f2b59453da92f1d34bbf Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 24 Oct 2025 18:12:47 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/cond-star.el (match*): Fix ` in docstring --- lisp/emacs-lisp/cond-star.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/cond-star.el b/lisp/emacs-lisp/cond-star.el index 7c4c1043948..0969511176a 100644 --- a/lisp/emacs-lisp/cond-star.el +++ b/lisp/emacs-lisp/cond-star.el @@ -111,7 +111,7 @@ ATOM (meaning any other kind of non-list not described above) to (match-string 0 DATUM), (match-string 1 DATUM), and so on. You can use as many SYMs as regexp matching supports. -`OBJECT matches any value `equal' to OBJECT. +\\=`OBJECT matches any value `equal' to OBJECT. \(cons CARPAT CDRPAT) matches a cons cell if CARPAT matches its car and CDRPAT matches its cdr. \(list ELTPATS...)