diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-19 11:20:38 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-19 11:20:38 -0800 |
commit | d6e96966e86d8eadec446788d19144bd69b1e798 (patch) | |
tree | 8f851cbe7a3d1a3a1eb9df47b0a2acc2a8422ee6 /doc/misc | |
parent | 429242317e3abaa40dad9f3d2a9eb537cd0fd9b3 (diff) | |
download | emacs-d6e96966e86d8eadec446788d19144bd69b1e798.tar.gz |
Merge dired-x's dired-read-shell-command into dired-aux's version.
* lisp/dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
* lisp/dired-aux.el (dired-read-shell-command): Merge dired-x's version.
* doc/misc/dired-x.texi (Technical Details):
No longer redefines dired-read-shell-command.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 3 | ||||
-rw-r--r-- | doc/misc/dired-x.texi | 13 |
2 files changed, 9 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d6fbc06d721..cbe4fbbeb1b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,7 +1,8 @@ 2011-02-19 Glenn Morris <rgm@gnu.org> * dired-x.texi (Technical Details): No longer redefines dired-add-entry, - dired-initial-position, or dired-clean-up-after-deletion. + dired-initial-position, dired-clean-up-after-deletion, or + dired-read-shell-command. 2011-02-18 Glenn Morris <rgm@gnu.org> diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 3bc2964c1b3..4a542d9841b 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi @@ -177,15 +177,16 @@ Point}). @cindex Redefined functions @cindex @file{dired-aux.el} -When loaded this code @emph{redefines} some standard Dired functions. -From @file{dired.el}, the function @code{dired-find-buffer-nocreate}; -and from @file{dired-aux.el} the function @code{dired-read-shell-command}. -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. +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. @node Installation, Omitting Files in Dired, Introduction, Top @chapter Installation |