emacs-diffs
[Top][All Lists]
Advanced

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

master 1165618 1/2: Doc fix for copy-directory


From: Lars Ingebrigtsen
Subject: master 1165618 1/2: Doc fix for copy-directory
Date: Tue, 25 Aug 2020 10:22:17 -0400 (EDT)

branch: master
commit 1165618288b5425361a92e3c042deb4b08912458
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Doc fix for copy-directory
    
    * lisp/files.el (copy-directory): PARENTS is no longer the last
    argument.
---
 lisp/files.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index 873f362..b6abafa 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5897,9 +5897,9 @@ last-modified time as the old ones.  (This works on only 
some systems.)
 
 A prefix arg makes KEEP-TIME non-nil.
 
-Noninteractively, the last argument PARENTS says whether to
-create parent directories if they don't exist.  Interactively,
-this happens by default.
+Noninteractively, the PARENTS argument says whether to create
+parent directories if they don't exist.  Interactively, this
+happens by default.
 
 If NEWNAME is a directory name, copy DIRECTORY as a subdirectory
 there.  However, if called from Lisp with a non-nil optional



reply via email to

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