aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton2025-10-04 14:41:16 +0100
committerSean Whitton2025-10-04 14:41:16 +0100
commitd0c63b84276fd17ec330bec44cf82876ab48e489 (patch)
treebbae4586f3997347c012f42ea04e29e0c6918ea2 /doc
parent2ce33b66c513c451d5808a3e6583e84ea073524c (diff)
downloademacs-d0c63b84276fd17ec330bec44cf82876ab48e489.tar.gz
emacs-d0c63b84276fd17ec330bec44cf82876ab48e489.zip
Improve log-view-copy-revision-as-kill
* lisp/vc/log-view.el (log-view-copy-revision-as-kill): Signal user-error if there is no revision at point. * doc/emacs/maintaining.texi (VC Change Log): * etc/NEWS: Shorten docs for the new command.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 5af0c0f938a..2f8a15a0b0b 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1245,9 +1245,9 @@ earlier revision (@code{log-view-diff-changeset}). This shows the
1245changes to all files made in that revision. 1245changes to all files made in that revision.
1246 1246
1247@item w 1247@item w
1248Copy the revision of the marked log entries into the kill ring, as if 1248Copy the revision of the log entry at point, or all marked revisions, to
1249you had killed them with @kbd{M-w}. Multiple entries will be separated 1249the kill ring, as if you had used @kbd{M-w}
1250by a space. 1250(@code{log-view-copy-revision-as-kill}).
1251 1251
1252@item @key{RET} 1252@item @key{RET}
1253In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}), 1253In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}),