summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2025-10-04 17:18:12 +0300
committerEli Zaretskii <eliz@gnu.org>2025-10-04 17:18:12 +0300
commit5ee1e205e1663409c9d0a196bd9bbec9b36cf53a (patch)
tree1a7ce2840d148d318fe0e49379df613881062207 /doc
parentd0c63b84276fd17ec330bec44cf82876ab48e489 (diff)
; 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)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi8
1 files changed, 5 insertions, 3 deletions
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}),