From 607f5f88f94bc809e1a030df82aba4fb37f2097d Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 22 Nov 2008 20:41:49 +0000 Subject: [PATCH] (Dired Navigation): Change normal file name search option from `non-nil' to `t'. Add `dwim' option. --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/dired.texi | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9e2cf1871fe..82c8fc5a36a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2008-11-22 Juri Linkov + + * dired.texi (Dired Navigation): Change normal file name search option + from `non-nil' to `t'. Add `dwim' option. + 2008-11-22 Juri Linkov * custom.texi (Directory Variables): Rename ".dir-settings.el" to diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 82cf96f5e9a..e2518de6692 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -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}. -- 2.39.2