summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTassilo Horn <tassilo@member.fsf.org>2009-09-25 21:47:47 +0000
committerTassilo Horn <tassilo@member.fsf.org>2009-09-25 21:47:47 +0000
commit13989ab10be3d824992033f482c30ed110ef03ab (patch)
treeedeac2372793c6e50d6a6b1d04c12f7bd3e2a2f3 /doc
parent8f75f2da148d90d46593628744bf86239bd1bc2a (diff)
downloademacs-13989ab10be3d824992033f482c30ed110ef03ab.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/dired.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ec1d853cfb9..2b71b5cd25e 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -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.
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index e58a0d72ff4..e5157bf78d5 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -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