]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 20:08:57 +0000 (20:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 20:08:57 +0000 (20:08 +0000)
man/search.texi

index 3c6cc3539ed2a3671348ec46791e67137c304c0b..36ed3747154f6117b0998b3012e7a524ca6ca4cb 100644 (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.