1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

; 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)
This commit is contained in:
Eli Zaretskii 2025-10-04 17:18:12 +03:00
parent d0c63b8427
commit 5ee1e205e1
3 changed files with 11 additions and 7 deletions

View file

@ -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