From 92a0667f6b4c71c12c61206b49c575b24ca991f8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 7 Aug 2020 13:54:39 +0300 Subject: [PATCH] ; * 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 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 -- 2.39.2