summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-08-07 13:54:39 +0300
committerEli Zaretskii <eliz@gnu.org>2020-08-07 13:54:39 +0300
commit92a0667f6b4c71c12c61206b49c575b24ca991f8 (patch)
tree70a62fe5bc342bbb5cfc40ab68f95b053f8ea6e7 /lisp/arc-mode.el
parent8c4fe522860e733778531167c7ed6532840f40d4 (diff)
downloademacs-92a0667f6b4c71c12c61206b49c575b24ca991f8.tar.gz
; * lisp/arc-mode.el (archive-copy-file): Doc fix.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el4
1 files changed, 3 insertions, 1 deletions
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