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:
parent
3dacd8b41a
commit
da3e3756c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue