changeset 40929:feea30bbbf13

Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Nov 2001 20:08:57 +0000
parents ebfea94f75d4
children 60252111f80c
files man/search.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/search.texi	Sun Nov 11 20:08:27 2001 +0000
+++ b/man/search.texi	Sun Nov 11 20:08:57 2001 +0000
@@ -632,12 +632,12 @@
 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.