changeset 99814:e7e3c29a5520

(Dired Navigation): Change normal file name search option from `non-nil' to `t'. Add `dwim' option.
author Juri Linkov <juri@jurta.org>
date Sat, 22 Nov 2008 20:41:33 +0000
parents b102ebc8ec55
children b05b410c4a84
files doc/emacs/dired.texi
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/dired.texi	Sat Nov 22 20:41:10 2008 +0000
+++ b/doc/emacs/dired.texi	Sat Nov 22 20:41:33 2008 +0000
@@ -124,10 +124,12 @@
 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 non-@code{nil}, then the
+variable @var{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}.  @xref{Search}, for
-information about incremental search.
+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
+was on a file name initially.  @xref{Search}, for information about
+incremental search.
 
   Some additional navigation commands are available when the Dired
 buffer includes several directories.  @xref{Subdirectory Motion}.