emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b20d7f2: Improve indexing of VC log commands


From: Eli Zaretskii
Subject: master b20d7f2: Improve indexing of VC log commands
Date: Fri, 29 Nov 2019 04:09:41 -0500 (EST)

branch: master
commit b20d7f2cda5257086d5bd10968d85266a3c91219
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve indexing of VC log commands
    
    * doc/emacs/maintaining.texi (VC Change Log): Add missing
    index entries.
---
 doc/emacs/maintaining.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 66fa541..4bda4c9 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -946,6 +946,7 @@ the file contents without distraction from the annotations.
 
 @node VC Change Log
 @subsection VC Change Log
+@cindex VC change log
 
 @table @kbd
 @item C-x v l
@@ -1008,6 +1009,10 @@ showing only the first line of each log entry.  However, 
you can type
 @file{*vc-change-log*} buffer to reveal the entire log entry for the
 revision at point.  A second @key{RET} hides it again.
 
+@kindex C-x v I
+@kindex C-x v O
+@findex vc-log-incoming
+@findex vc-log-outgoing
   On a decentralized version control system, the @kbd{C-x v I}
 (@code{vc-log-incoming}) command displays a log buffer showing the
 changes that will be applied, the next time you run the version
@@ -1020,6 +1025,8 @@ specific repository.  Similarly, @kbd{C-x v O}
 another repository, the next time you run the push command; with a
 prefix argument, it prompts for a specific destination repository.
 
+@cindex VC log buffer, commands in
+@cindex vc-log buffer
   In the @file{*vc-change-log*} buffer, you can use the following keys
 to move between the logs of revisions and of files, and to examine and
 compare past revisions (@pxref{Old Revisions}):



reply via email to

[Prev in Thread] Current Thread [Next in Thread]