aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2025-10-04 17:18:12 +0300
committerEli Zaretskii2025-10-04 17:18:12 +0300
commit5ee1e205e1663409c9d0a196bd9bbec9b36cf53a (patch)
tree1a7ce2840d148d318fe0e49379df613881062207 /etc
parentd0c63b84276fd17ec330bec44cf82876ab48e489 (diff)
downloademacs-5ee1e205e1663409c9d0a196bd9bbec9b36cf53a.tar.gz
emacs-5ee1e205e1663409c9d0a196bd9bbec9b36cf53a.zip
; 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 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
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.
2395 2395
2396+++ 2396+++
2397*** New command 'w' in Log View mode. 2397*** New command 'w' in Log View mode.
2398'w' now copies the revision of the log entry at point to the kill ring. 2398The new command 'log-view-copy-revision-as-kill', by default bound to
2399If there are marked revisions, it copies those, instead. 2399'w' in Log View mode, copies to the kill ring the ID of the revision at
2400point in the log entry. If there are marked revisions, it copies the
2401IDs of those, instead.
2400 2402
2401** Diff mode 2403** Diff mode
2402 2404