diff options
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) |