emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 56ab8e3: * lisp/dired-aux.el (dired-do-create-fil


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 56ab8e3: * lisp/dired-aux.el (dired-do-create-files): Doc fix. (Bug#30634)
Date: Thu, 1 Mar 2018 10:31:37 -0500 (EST)

branch: emacs-26
commit 56ab8e3bac9f9cc46ac9f7d4d8f8316310f61498
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/dired-aux.el (dired-do-create-files): Doc fix.  (Bug#30634)
---
 lisp/dired-aux.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 79833ea..c336103 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1822,7 +1822,8 @@ Optional arg HOW-TO determines how to treat the target.
       rfn-list  - list of the relative names for the marked files.
       fn-list   - list of the absolute names for the marked files.
       target    - the name of the target itself.
-      The rest of into-dir are optional arguments.
+    The rest of elements of the list returned by HOW-TO are optional
+    arguments for the function that is the first element of the list.
    For any other return value, TARGET is treated as a directory."
   (or op1 (setq op1 operation))
   (let* ((fn-list (dired-get-marked-files nil arg))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]