diff options
| author | Sean Whitton | 2025-10-03 16:01:26 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-10-03 16:01:26 +0100 |
| commit | 0aa44112b68fe672a86673e38292eeee0eabf74c (patch) | |
| tree | 336050b9f1419b86e2496cfeb2035e6c2547aabb /doc | |
| parent | b0e4e53b9ad10a4ebb7c2c9fd54033536e98c913 (diff) | |
| download | emacs-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.texi | 35 |
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 |
| 1147 | Move to the previous revision entry. (Revision entries in the log | 1147 | Move to the previous revision entry (@code{log-view-msg-prev}). |
| 1148 | buffer are usually in reverse-chronological order, so the previous | 1148 | (Revision entries in the log buffer are usually in reverse-chronological |
| 1149 | revision-item usually corresponds to a newer revision.) A numeric | 1149 | order, so the previous revision-item usually corresponds to a newer |
| 1150 | prefix argument is a repeat count. | 1150 | revision.) A numeric prefix argument is a repeat count. |
| 1151 | 1151 | ||
| 1152 | @item n | 1152 | @item n |
| 1153 | Move to the next revision entry. A numeric prefix argument is a | 1153 | Move to the next revision entry (@code{log-view-msg-next}). A numeric |
| 1154 | repeat count. | 1154 | prefix argument is a repeat count. |
| 1155 | 1155 | ||
| 1156 | @item a | 1156 | @item a |
| 1157 | Annotate the revision on the current line (@pxref{Old Revisions}). | 1157 | Annotate the revision on the current line |
| 1158 | (@code{log-view-annotate-version}; @pxref{Old Revisions}). | ||
| 1158 | 1159 | ||
| 1159 | @item e | 1160 | @item e |
| 1160 | Modify the change comment displayed at point. Note that not all VC | 1161 | Modify the change comment displayed at point |
| 1161 | systems support modifying change comments. | 1162 | (@code{log-view-modify-change-comment}). Note that not all VC systems |
| 1163 | support modifying change comments. | ||
| 1162 | 1164 | ||
| 1163 | @item f | 1165 | @item f |
| 1164 | Visit the revision indicated at the current line. | 1166 | Visit the revision indicated at the current line |
| 1167 | (@code{log-view-find-revision}). | ||
| 1165 | 1168 | ||
| 1166 | @item d | 1169 | @item d |
| 1167 | Display a diff between the revision at point and the next earlier | 1170 | Display a diff between the revision at point and the next earlier |
| 1168 | revision, for the specific file. | 1171 | revision, for the specific file (@code{log-view-diff}). |
| 1169 | 1172 | ||
| 1170 | @item D | 1173 | @item D |
| 1171 | Display the changeset diff between the revision at point and the next | 1174 | Display the changeset diff between the revision at point and the next |
| 1172 | earlier revision. This shows the changes to all files made in that | 1175 | earlier revision (@code{log-view-diff-changeset}). This shows the |
| 1173 | revision. | 1176 | changes to all files made in that revision. |
| 1174 | 1177 | ||
| 1175 | @item @key{RET} | 1178 | @item @key{RET} |
| 1176 | In a compact-style log buffer (e.g., the one created by @kbd{C-x v | 1179 | In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}), |
| 1177 | L}), toggle between showing and hiding the full log entry for the | 1180 | toggle between showing and hiding the full log entry for the revision at |
| 1178 | revision at point. | 1181 | point (@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 |