projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c4fe52
)
; * lisp/arc-mode.el (archive-copy-file): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 7 Aug 2020 10:54:39 +0000
(13:54 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 7 Aug 2020 10:54:39 +0000
(13:54 +0300)
lisp/arc-mode.el
patch
|
blob
|
history
diff --git
a/lisp/arc-mode.el
b/lisp/arc-mode.el
index 97213ab9e1216b73fad1a0099e07b759fb30da51..ae85fc55add9635ac2b231e63dd453bb8ea04f1a 100644
(file)
--- 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