1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Minor clarification.

This commit is contained in:
Richard M. Stallman 2001-11-11 20:08:57 +00:00
parent f140458b74
commit 4aa2d40e1a

View file

@ -632,12 +632,12 @@ If a particular @samp{\( @dots{} \)} construct matches more than once
match is recorded.
@item \`
matches the empty string, but only at the beginning
of the buffer or string being matched against.
matches the empty string, but only at the beginning of the string or
buffer (or its accessible portion) being matched against.
@item \'
matches the empty string, but only at the end of
the buffer or string being matched against.
matches the empty string, but only at the end of the string or buffer
(or its accessible portion) being matched against.
@item \=
matches the empty string, but only at point.