aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton2025-10-03 16:01:26 +0100
committerSean Whitton2025-10-03 16:01:26 +0100
commit0aa44112b68fe672a86673e38292eeee0eabf74c (patch)
tree336050b9f1419b86e2496cfeb2035e6c2547aabb /doc
parentb0e4e53b9ad10a4ebb7c2c9fd54033536e98c913 (diff)
downloademacs-0aa44112b68fe672a86673e38292eeee0eabf74c.tar.gz
emacs-0aa44112b68fe672a86673e38292eeee0eabf74c.zip
; * doc/emacs/maintaining.texi (VC Change Log): Missing annotations.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi35
1 files changed, 19 insertions, 16 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index d5e42db00e6..c6eeab770fe 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1144,38 +1144,41 @@ compare past revisions (@pxref{Old Revisions}):
1144 1144
1145@table @kbd 1145@table @kbd
1146@item p 1146@item p
1147Move to the previous revision entry. (Revision entries in the log 1147Move to the previous revision entry (@code{log-view-msg-prev}).
1148buffer are usually in reverse-chronological order, so the previous 1148(Revision entries in the log buffer are usually in reverse-chronological
1149revision-item usually corresponds to a newer revision.) A numeric 1149order, so the previous revision-item usually corresponds to a newer
1150prefix argument is a repeat count. 1150revision.) A numeric prefix argument is a repeat count.
1151 1151
1152@item n 1152@item n
1153Move to the next revision entry. A numeric prefix argument is a 1153Move to the next revision entry (@code{log-view-msg-next}). A numeric
1154repeat count. 1154prefix argument is a repeat count.
1155 1155
1156@item a 1156@item a
1157Annotate the revision on the current line (@pxref{Old Revisions}). 1157Annotate the revision on the current line
1158(@code{log-view-annotate-version}; @pxref{Old Revisions}).
1158 1159
1159@item e 1160@item e
1160Modify the change comment displayed at point. Note that not all VC 1161Modify the change comment displayed at point
1161systems support modifying change comments. 1162(@code{log-view-modify-change-comment}). Note that not all VC systems
1163support modifying change comments.
1162 1164
1163@item f 1165@item f
1164Visit the revision indicated at the current line. 1166Visit the revision indicated at the current line
1167(@code{log-view-find-revision}).
1165 1168
1166@item d 1169@item d
1167Display a diff between the revision at point and the next earlier 1170Display a diff between the revision at point and the next earlier
1168revision, for the specific file. 1171revision, for the specific file (@code{log-view-diff}).
1169 1172
1170@item D 1173@item D
1171Display the changeset diff between the revision at point and the next 1174Display the changeset diff between the revision at point and the next
1172earlier revision. This shows the changes to all files made in that 1175earlier revision (@code{log-view-diff-changeset}). This shows the
1173revision. 1176changes to all files made in that revision.
1174 1177
1175@item @key{RET} 1178@item @key{RET}
1176In a compact-style log buffer (e.g., the one created by @kbd{C-x v 1179In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}),
1177L}), toggle between showing and hiding the full log entry for the 1180toggle between showing and hiding the full log entry for the revision at
1178revision at point. 1181point (@code{log-view-toggle-entry-display}).
1179@end table 1182@end table
1180 1183
1181@vindex vc-log-show-limit 1184@vindex vc-log-show-limit