diff options
| author | Stefan Kangas | 2022-07-08 19:00:32 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-08 19:44:05 +0200 |
| commit | ef559dcd2ab3ec6e1f714180cbdf3b4e0965c13d (patch) | |
| tree | 74d8397a18ee9132c95878571763cf64dd5c9d16 | |
| parent | fc50847b406481485f87a49aa58bb81ef6893e52 (diff) | |
| download | emacs-ef559dcd2ab3ec6e1f714180cbdf3b4e0965c13d.tar.gz emacs-ef559dcd2ab3ec6e1f714180cbdf3b4e0965c13d.zip | |
Don't mention moved variable in dired-x manual
* doc/misc/dired-x.texi (Technical Details): Remove mention of
'dired-clean-up-buffers-too'; it has been moved to dired.el.
| -rw-r--r-- | doc/misc/dired-x.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index e3a2832cb03..0e8f969b299 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -165,10 +165,8 @@ When @file{dired-x.el} is loaded, some standard Dired functions from | |||
| 165 | Dired}), if it is active. @code{dired-find-buffer-nocreate} and | 165 | Dired}), if it is active. @code{dired-find-buffer-nocreate} and |
| 166 | @code{dired-initial-position} respect the value of | 166 | @code{dired-initial-position} respect the value of |
| 167 | @code{dired-find-subdir} (@pxref{Miscellaneous Commands}). | 167 | @code{dired-find-subdir} (@pxref{Miscellaneous Commands}). |
| 168 | @code{dired-clean-up-after-deletion} respects the value of | 168 | @code{dired-read-shell-command} uses @code{dired-guess-shell-command} |
| 169 | @code{dired-clean-up-buffers-too}. @code{dired-read-shell-command} uses | 169 | (@pxref{Shell Command Guessing}) to offer a smarter default command. |
| 170 | @code{dired-guess-shell-command} (@pxref{Shell Command Guessing}) to | ||
| 171 | offer a smarter default command. | ||
| 172 | 170 | ||
| 173 | @node Installation | 171 | @node Installation |
| 174 | @chapter Installation | 172 | @chapter Installation |