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) --- etc/NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index 96d85ea6b0d..8cabafd57cf 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2395,8 +2395,10 @@ In addition, a new command 'U' removes all marks. +++ *** New command 'w' in Log View mode. -'w' now copies the revision of the log entry at point to the kill ring. -If there are marked revisions, it copies those, instead. +The new command 'log-view-copy-revision-as-kill', by default bound to +'w' in Log View mode, copies to the kill ring the ID of the revision at +point in the log entry. If there are marked revisions, it copies the +IDs of those, instead. ** Diff mode -- cgit v1.2.1