emacs-diffs
[Top][All Lists]
Advanced

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

master 92a0667: ; * lisp/arc-mode.el (archive-copy-file): Doc fix.


From: Eli Zaretskii
Subject: master 92a0667: ; * lisp/arc-mode.el (archive-copy-file): Doc fix.
Date: Fri, 7 Aug 2020 06:55:30 -0400 (EDT)

branch: master
commit 92a0667f6b4c71c12c61206b49c575b24ca991f8
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/arc-mode.el (archive-copy-file): Doc fix.
---
 lisp/arc-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 97213ab..ae85fc5 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



reply via email to

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