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 3c6cc35..36ed374 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.