From 5ee1e205e1663409c9d0a196bd9bbec9b36cf53a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Oct 2025 17:18:12 +0300 Subject: ; Improve the documentation of the last commit * lisp/vc/log-view.el (log-view-copy-revision-as-kill): * doc/emacs/maintaining.texi (VC Change Log): * etc/NEWS: Improve wording of last commit. (Bug#79493) --- doc/emacs/maintaining.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 2f8a15a0b0b..e7a05a3556b 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1245,9 +1245,11 @@ earlier revision (@code{log-view-diff-changeset}). This shows the changes to all files made in that revision. @item w -Copy the revision of the log entry at point, or all marked revisions, to -the kill ring, as if you had used @kbd{M-w} -(@code{log-view-copy-revision-as-kill}). +Copy to the kill ring (@pxref{Kill Ring}) the revision ID of the log +entry at point, as if you had used @kbd{M-w} +(@code{log-view-copy-revision-as-kill}). If several revisions are +marked, the command copies to the kill ring the IDs of all of them, +separated by spaces. @item @key{RET} In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}), -- cgit v1.2.1