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}): @table @kbd @item p -Move to the previous revision entry. (Revision entries in the log -buffer are usually in reverse-chronological order, so the previous -revision-item usually corresponds to a newer revision.) A numeric -prefix argument is a repeat count. +Move to the previous revision entry (@code{log-view-msg-prev}). +(Revision entries in the log buffer are usually in reverse-chronological +order, so the previous revision-item usually corresponds to a newer +revision.) A numeric prefix argument is a repeat count. @item n -Move to the next revision entry. A numeric prefix argument is a -repeat count. +Move to the next revision entry (@code{log-view-msg-next}). A numeric +prefix argument is a repeat count. @item a -Annotate the revision on the current line (@pxref{Old Revisions}). +Annotate the revision on the current line +(@code{log-view-annotate-version}; @pxref{Old Revisions}). @item e -Modify the change comment displayed at point. Note that not all VC -systems support modifying change comments. +Modify the change comment displayed at point +(@code{log-view-modify-change-comment}). Note that not all VC systems +support modifying change comments. @item f -Visit the revision indicated at the current line. +Visit the revision indicated at the current line +(@code{log-view-find-revision}). @item d Display a diff between the revision at point and the next earlier -revision, for the specific file. +revision, for the specific file (@code{log-view-diff}). @item D Display the changeset diff between the revision at point and the next -earlier revision. This shows the changes to all files made in that -revision. +earlier revision (@code{log-view-diff-changeset}). This shows the +changes to all files made in that revision. @item @key{RET} -In a compact-style log buffer (e.g., the one created by @kbd{C-x v -L}), toggle between showing and hiding the full log entry for the -revision at point. +In a compact-style log buffer (e.g., the one created by @kbd{C-x v L}), +toggle between showing and hiding the full log entry for the revision at +point (@code{log-view-toggle-entry-display}). @end table @vindex vc-log-show-limit