From: Richard M. Stallman Date: Thu, 25 Apr 2002 19:48:37 +0000 (+0000) Subject: Fix Texinfo usage in previous change. X-Git-Tag: ttn-vms-21-2-B4~15400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db639d247392177b1a7c2cb228028252b88e172c;p=emacs.git Fix Texinfo usage in previous change. --- diff --git a/man/search.texi b/man/search.texi index bdaa3bababd..729b0018f67 100644 --- a/man/search.texi +++ b/man/search.texi @@ -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}