aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2009-09-25 21:47:47 +0000
committerTassilo Horn2009-09-25 21:47:47 +0000
commit13989ab10be3d824992033f482c30ed110ef03ab (patch)
treeedeac2372793c6e50d6a6b1d04c12f7bd3e2a2f3
parent8f75f2da148d90d46593628744bf86239bd1bc2a (diff)
downloademacs-13989ab10be3d824992033f482c30ed110ef03ab.tar.gz
emacs-13989ab10be3d824992033f482c30ed110ef03ab.zip
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.
-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 @@
12009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2
3 * dired.texi (Dired Navigation): Use @code instead of @var for
4 dired-isearch-filenames, so that it's not capitalized.
5
12009-09-19 Chong Yidong <cyd@stupidchicken.com> 62009-09-19 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * frames.texi (Frame Commands): C-z is now bound to suspend-frame. 8 * 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
124amongst the file names and ignoring the rest of the text in the 124amongst the file names and ignoring the rest of the text in the
125buffer. @kbd{M-s f M-C-s} (@code{dired-isearch-filenames-regexp}) 125buffer. @kbd{M-s f M-C-s} (@code{dired-isearch-filenames-regexp})
126does the same, using a regular expression search. If you change the 126does the same, using a regular expression search. If you change the
127variable @var{dired-isearch-filenames} to @code{t}, then the 127variable @code{dired-isearch-filenames} to @code{t}, then the
128usual search commands also limit themselves to the file names; for 128usual search commands also limit themselves to the file names; for
129instance, @kbd{C-s} behaves like @kbd{M-s f C-s}. If the value is 129instance, @kbd{C-s} behaves like @kbd{M-s f C-s}. If the value is
130@code{dwim}, then search commands match the file names only when point 130@code{dwim}, then search commands match the file names only when point