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) --- lisp/vc/log-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/vc') 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)." fr to))) (defun log-view-copy-revision-as-kill () - "Copy the revision at point to the kill ring. -If there are marked revisions, use those, separated by spaces." + "Copy the ID of the revision at point to the kill ring. +If there are marked revisions, copy the IDs of those, separated by spaces." (interactive) (let ((revisions (log-view-get-marked))) (if (length> revisions 1) -- cgit v1.2.1