From: Eli Zaretskii Date: Fri, 7 Aug 2020 10:54:39 +0000 (+0300) Subject: ; * lisp/arc-mode.el (archive-copy-file): Doc fix. X-Git-Tag: emacs-28.0.90~6770 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92a0667f6b4c71c12c61206b49c575b24ca991f8;p=emacs.git ; * lisp/arc-mode.el (archive-copy-file): Doc fix. --- diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 97213ab9e12..ae85fc55add 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -1041,7 +1041,9 @@ return nil. Otherwise point is returned." next)) (defun archive-copy-file (file new-name) - "Copy file under point to a different location." + "Copy FILE to a location specified by NEW-NAME. +Interactively, FILE is the file at point, and the function prompts +for NEW-NAME." (interactive (let ((name (archive--file-desc-ext-file-name (archive-get-descr)))) (list name