diff options
| author | Glenn Morris | 2011-02-19 12:36:54 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-19 12:36:54 -0800 |
| commit | bea584fae3e985332d15a05fd08b3c322a965c75 (patch) | |
| tree | 2dfa2fb4a6b3c362970b1aa45f8d270f6e1f7412 /doc | |
| parent | 615d868ee6add5d37db574d266f0d166c2f16bb8 (diff) | |
| download | emacs-bea584fae3e985332d15a05fd08b3c322a965c75.tar.gz emacs-bea584fae3e985332d15a05fd08b3c322a965c75.zip | |
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')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/dired-x.texi | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 164fdc4ed65..8906c53aeed 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -51,8 +51,8 @@ | |||
| 51 | 2011-02-19 Glenn Morris <rgm@gnu.org> | 51 | 2011-02-19 Glenn Morris <rgm@gnu.org> |
| 52 | 52 | ||
| 53 | * dired-x.texi (Technical Details): No longer redefines dired-add-entry, | 53 | * dired-x.texi (Technical Details): No longer redefines dired-add-entry, |
| 54 | dired-initial-position, dired-clean-up-after-deletion, or | 54 | dired-initial-position, dired-clean-up-after-deletion, |
| 55 | dired-read-shell-command. | 55 | dired-read-shell-command, or dired-find-buffer-nocreate. |
| 56 | 56 | ||
| 57 | 2011-02-18 Glenn Morris <rgm@gnu.org> | 57 | 2011-02-18 Glenn Morris <rgm@gnu.org> |
| 58 | 58 | ||
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}). | |||
| 174 | 174 | ||
| 175 | @node Technical Details, , Features, Introduction | 175 | @node Technical Details, , Features, Introduction |
| 176 | @section Technical Details | 176 | @section Technical Details |
| 177 | @cindex Redefined functions | 177 | @cindex Modified functions |
| 178 | @cindex @file{dired-aux.el} | 178 | @cindex @file{dired-aux.el} |
| 179 | 179 | ||
| 180 | When loaded this code @emph{redefines} the standard @file{dired.el} | 180 | When @file{dired-x.el} is loaded, some standard Dired functions from |
| 181 | function @code{dired-find-buffer-nocreate}. In addition, once | 181 | @file{dired.el} and @file{dired-aux.el} offer additional features. |
| 182 | @file{dired-x.el} is loaded, the following Dired functions offer | 182 | @code{dired-add-entry} obeys Dired Omit mode (@pxref{Omitting Files in |
| 183 | additional features. @code{dired-add-entry} obeys Dired Omit mode | 183 | Dired}), if it is active. @code{dired-find-buffer-nocreate} and |
| 184 | (@pxref{Omitting Files in Dired}), if it is active. | 184 | @code{dired-initial-position} respect the value of |
| 185 | @code{dired-initial-position} obeys @code{dired-find-subdir} | 185 | @code{dired-find-subdir} (@pxref{Miscellaneous Commands}). |
| 186 | (@pxref{Miscellaneous Commands}). @code{dired-clean-up-after-deletion} | 186 | @code{dired-clean-up-after-deletion} respects the value of |
| 187 | respects the value of @code{dired-clean-up-buffers-too}. | 187 | @code{dired-clean-up-buffers-too}. @code{dired-read-shell-command} uses |
| 188 | @code{dired-read-shell-command} uses @code{dired-guess-shell-command} | 188 | @code{dired-guess-shell-command} (@pxref{Shell Command Guessing}) to |
| 189 | (@pxref{Shell Command Guessing}) to offer a smarter default command. | 189 | offer a smarter default command. |
| 190 | 190 | ||
| 191 | @node Installation, Omitting Files in Dired, Introduction, Top | 191 | @node Installation, Omitting Files in Dired, Introduction, Top |
| 192 | @chapter Installation | 192 | @chapter Installation |