1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

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.
This commit is contained in:
Stefan Kangas 2022-07-08 19:00:32 +02:00
parent fc50847b40
commit ef559dcd2a

View file

@ -165,10 +165,8 @@ When @file{dired-x.el} is loaded, some standard Dired functions from
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.
@code{dired-read-shell-command} uses @code{dired-guess-shell-command}
(@pxref{Shell Command Guessing}) to offer a smarter default command.
@node Installation
@chapter Installation