]> git.eshelyaron.com Git - emacs.git/commitdiff
2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
authorTassilo Horn <tassilo@member.fsf.org>
Fri, 25 Sep 2009 21:47:47 +0000 (21:47 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Fri, 25 Sep 2009 21:47:47 +0000 (21:47 +0000)
* dired.texi (Dired Navigation): Use @code instead of @var for
dired-isearch-filenames, so that it's not capitalized.

doc/emacs/ChangeLog
doc/emacs/dired.texi

index ec1d853cfb9b9d063c5420a3841b0de489dff0c5..2b71b5cd25e1f267b8d4e32b86df083525fda800 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-25  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * dired.texi (Dired Navigation): Use @code instead of @var for
+       dired-isearch-filenames, so that it's not capitalized.
+
 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
 
        * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
index e58a0d72ff42b03b771d4b6616ae21d03cc3ccc9..e5157bf78d5d8ce996557d98d28834bc1cfb90b3 100644 (file)
@@ -124,7 +124,7 @@ incremental search in the Dired buffer, looking for matches only
 amongst the file names and ignoring the rest of the text in the
 buffer.  @kbd{M-s f M-C-s} (@code{dired-isearch-filenames-regexp})
 does the same, using a regular expression search.  If you change the
-variable @var{dired-isearch-filenames} to @code{t}, then the
+variable @code{dired-isearch-filenames} to @code{t}, then the
 usual search commands also limit themselves to the file names; for
 instance, @kbd{C-s} behaves like @kbd{M-s f C-s}.  If the value is
 @code{dwim}, then search commands match the file names only when point