]> git.eshelyaron.com Git - emacs.git/commitdiff
(Dired Navigation): Change normal file name search option
authorJuri Linkov <juri@jurta.org>
Sat, 22 Nov 2008 20:41:49 +0000 (20:41 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 22 Nov 2008 20:41:49 +0000 (20:41 +0000)
from `non-nil' to `t'.  Add `dwim' option.

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

index 9e2cf1871fefd36baa620f777f42c08f076c5105..82c8fc5a36aa20a8228789c051b51b5d8645c3dd 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-22  Juri Linkov  <juri@jurta.org>
+
+       * dired.texi (Dired Navigation): Change normal file name search option
+       from `non-nil' to `t'.  Add `dwim' option.
+
 2008-11-22  Juri Linkov  <juri@jurta.org>
 
        * custom.texi (Directory Variables): Rename ".dir-settings.el" to
index 82cf96f5e9a3956e36702512b6841465bb4259ac..e2518de6692ca3540e84ce81e132a309f1f98a8d 100644 (file)
@@ -124,10 +124,12 @@ 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 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}.