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