diff options
| author | Sean Whitton | 2025-10-04 14:41:16 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-10-04 14:41:16 +0100 |
| commit | d0c63b84276fd17ec330bec44cf82876ab48e489 (patch) | |
| tree | bbae4586f3997347c012f42ea04e29e0c6918ea2 /doc | |
| parent | 2ce33b66c513c451d5808a3e6583e84ea073524c (diff) | |
| download | emacs-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.texi | 6 |
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 | |||
| 1245 | changes to all files made in that revision. | 1245 | changes to all files made in that revision. |
| 1246 | 1246 | ||
| 1247 | @item w | 1247 | @item w |
| 1248 | Copy the revision of the marked log entries into the kill ring, as if | 1248 | Copy the revision of the log entry at point, or all marked revisions, to |
| 1249 | you had killed them with @kbd{M-w}. Multiple entries will be separated | 1249 | the kill ring, as if you had used @kbd{M-w} |
| 1250 | by a space. | 1250 | (@code{log-view-copy-revision-as-kill}). |
| 1251 | 1251 | ||
| 1252 | @item @key{RET} | 1252 | @item @key{RET} |
| 1253 | In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}), | 1253 | In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}), |