diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-19 12:36:54 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-19 12:36:54 -0800 |
commit | bea584fae3e985332d15a05fd08b3c322a965c75 (patch) | |
tree | 2dfa2fb4a6b3c362970b1aa45f8d270f6e1f7412 /doc/misc/dired-x.texi | |
parent | 615d868ee6add5d37db574d266f0d166c2f16bb8 (diff) | |
download | emacs-bea584fae3e985332d15a05fd08b3c322a965c75.tar.gz |
Merge dired-x's dired-find-buffer-nocreate into dired.el.
* lisp/dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
* lisp/dired.el (dired-find-buffer-nocreate): Merge dired-x version.
* doc/misc/dired-x.texi (Technical Details):
No longer redefines dired-find-buffer-nocreate.
Diffstat (limited to 'doc/misc/dired-x.texi')
-rw-r--r-- | doc/misc/dired-x.texi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index c4e474f0943..003046d5a7c 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi @@ -174,19 +174,19 @@ Point}). @node Technical Details, , Features, Introduction @section Technical Details -@cindex Redefined functions +@cindex Modified functions @cindex @file{dired-aux.el} -When loaded this code @emph{redefines} the standard @file{dired.el} -function @code{dired-find-buffer-nocreate}. In addition, once -@file{dired-x.el} is loaded, the following Dired functions offer -additional features. @code{dired-add-entry} obeys Dired Omit mode -(@pxref{Omitting Files in Dired}), if it is active. -@code{dired-initial-position} obeys @code{dired-find-subdir} -(@pxref{Miscellaneous Commands}). @code{dired-clean-up-after-deletion} -respects the value of @code{dired-clean-up-buffers-too}. -@code{dired-read-shell-command} uses @code{dired-guess-shell-command} -(@pxref{Shell Command Guessing}) to offer a smarter default command. +When @file{dired-x.el} is loaded, some standard Dired functions from +@file{dired.el} and @file{dired-aux.el} offer additional features. +@code{dired-add-entry} obeys Dired Omit mode (@pxref{Omitting Files in +Dired}), if it is active. @code{dired-find-buffer-nocreate} and +@code{dired-initial-position} respect the value of +@code{dired-find-subdir} (@pxref{Miscellaneous Commands}). +@code{dired-clean-up-after-deletion} respects the value of +@code{dired-clean-up-buffers-too}. @code{dired-read-shell-command} uses +@code{dired-guess-shell-command} (@pxref{Shell Command Guessing}) to +offer a smarter default command. @node Installation, Omitting Files in Dired, Introduction, Top @chapter Installation |