aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 2f8a15a0b0b..e7a05a3556b 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1245,9 +1245,11 @@ 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 log entry at point, or all marked revisions, to 1248Copy to the kill ring (@pxref{Kill Ring}) the revision ID of the log
1249the kill ring, as if you had used @kbd{M-w} 1249entry at point, as if you had used @kbd{M-w}
1250(@code{log-view-copy-revision-as-kill}). 1250(@code{log-view-copy-revision-as-kill}). If several revisions are
1251marked, the command copies to the kill ring the IDs of all of them,
1252separated by spaces.
1251 1253
1252@item @key{RET} 1254@item @key{RET}
1253In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}), 1255In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}),