mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Trent W. Buck <trentbuck at gmail.com> (tiny change)
(rx): Doc fix.
This commit is contained in:
parent
f20186fdf0
commit
07e810660a
2 changed files with 4 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
|
||||
|
||||
* emacs-lisp/rx.el (rx): Doc fix.
|
||||
|
||||
2008-06-04 Markus Triska <markus.triska@gmx.at>
|
||||
|
||||
* image-mode.el (image-mode-map): Add doc-view-inspired bindings.
|
||||
|
|
|
|||
|
|
@ -943,15 +943,9 @@ enclosed in `(and ...)'.
|
|||
`(** N M SEXP ...)'
|
||||
matches N to M occurrences.
|
||||
|
||||
`(backref N)'
|
||||
matches what was matched previously by submatch N.
|
||||
|
||||
`(backref N)'
|
||||
matches what was matched previously by submatch N.
|
||||
|
||||
`(backref N)'
|
||||
matches what was matched previously by submatch N.
|
||||
|
||||
`(eval FORM)'
|
||||
evaluate FORM and insert result. If result is a string,
|
||||
`regexp-quote' it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue