]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Texinfo usage in previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Apr 2002 19:48:37 +0000 (19:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Apr 2002 19:48:37 +0000 (19:48 +0000)
man/search.texi

index bdaa3bababd3b6938c3d6819494c08fcf44ee774..729b0018f67e192d1bcfab708accd6d77efe7213 100644 (file)
@@ -1068,11 +1068,11 @@ moves point to the original of the chosen occurrence.
 Synonym for @kbd{M-x occur}.
 
 @item M-x multi-occur @key{RET} @var{buffers} @key{RET} @var{regexp} @key{RET}
-This function is just like `occur', except it is able to search
+This function is just like @code{occur}, except it is able to search
 through multiple buffers.
 
 @item M-x multi-occur-by-filename-regexp @key{RET} @var{bufregexp} @key{RET} @var{regexp} @key{RET}
-This function is similar to `multi-occur', except the buffers to
+This function is similar to @code{multi-occur}, except the buffers to
 search are specified by a regexp on their filename.
 
 @item M-x how-many @key{RET} @var{regexp} @key{RET}