1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/emacs-lisp/cond-star.el (match*): Fix ` in docstring

This commit is contained in:
Philip Kaludercic 2025-10-24 18:12:47 +02:00 committed by Philip Kaludercic
parent 3dacd8b41a
commit da3e3756c2
No known key found for this signature in database

View file

@ -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...)