mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 08:43:52 -08:00
* lisp/dired-aux.el (dired-create-destination-dirs): Doc fix.
This commit is contained in:
parent
bc08ffbd2c
commit
2871de24a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1552,7 +1552,7 @@ Special value `always' suppresses confirmation."
|
|||
(defcustom dired-create-destination-dirs nil
|
||||
"Whether Dired should create destination dirs when copying/removing files.
|
||||
If nil, don't create them.
|
||||
If `always', create them without ask.
|
||||
If `always', create them without asking.
|
||||
If `ask', ask for user confirmation."
|
||||
:type '(choice (const :tag "Never create non-existent dirs" nil)
|
||||
(const :tag "Always create non-existent dirs" always)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue