diff options
| author | Eli Zaretskii | 2025-10-04 17:18:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-10-04 17:18:12 +0300 |
| commit | 5ee1e205e1663409c9d0a196bd9bbec9b36cf53a (patch) | |
| tree | 1a7ce2840d148d318fe0e49379df613881062207 /lisp/vc | |
| parent | d0c63b84276fd17ec330bec44cf82876ab48e489 (diff) | |
| download | emacs-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/vc')
| -rw-r--r-- | lisp/vc/log-view.el | 4 |
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. |
| 755 | If there are marked revisions, use those, separated by spaces." | 755 | If 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) |