aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2025-10-04 17:18:12 +0300
committerEli Zaretskii2025-10-04 17:18:12 +0300
commit5ee1e205e1663409c9d0a196bd9bbec9b36cf53a (patch)
tree1a7ce2840d148d318fe0e49379df613881062207 /lisp
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 'lisp')
-rw-r--r--lisp/vc/log-view.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el
index ca84f4b7452..68ce4f1baa5 100644
--- a/lisp/vc/log-view.el
+++ b/lisp/vc/log-view.el
@@ -751,8 +751,8 @@ considered file(s)."
751 fr to))) 751 fr to)))
752 752
753(defun log-view-copy-revision-as-kill () 753(defun log-view-copy-revision-as-kill ()
754 "Copy the revision at point to the kill ring. 754 "Copy the ID of the revision at point to the kill ring.
755If there are marked revisions, use those, separated by spaces." 755If there are marked revisions, copy the IDs of those, separated by spaces."
756 (interactive) 756 (interactive)
757 (let ((revisions (log-view-get-marked))) 757 (let ((revisions (log-view-get-marked)))
758 (if (length> revisions 1) 758 (if (length> revisions 1)