diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-25 14:42:22 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-25 15:32:57 +0200 |
commit | 1165618288b5425361a92e3c042deb4b08912458 (patch) | |
tree | 4d16e70ba7f03c428d352a7a56067b9151777be7 /lisp/files.el | |
parent | 36f2f67c96d44c82ce31dafb38cd4e2622a5a372 (diff) | |
download | emacs-1165618288b5425361a92e3c042deb4b08912458.tar.gz |
Doc fix for copy-directory
* lisp/files.el (copy-directory): PARENTS is no longer the last
argument.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index 873f362dd59..b6abafa4bd0 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 |