diff options
| author | Eli Zaretskii | 2019-11-29 11:09:19 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-11-29 11:09:19 +0200 |
| commit | b20d7f2cda5257086d5bd10968d85266a3c91219 (patch) | |
| tree | 5a36b5499bedad104e226221447d61a592419576 | |
| parent | 6e41b08ea877af91908abaf164a9a00cb82cafa9 (diff) | |
| download | emacs-b20d7f2cda5257086d5bd10968d85266a3c91219.tar.gz emacs-b20d7f2cda5257086d5bd10968d85266a3c91219.zip | |
Improve indexing of VC log commands
* doc/emacs/maintaining.texi (VC Change Log): Add missing
index entries.
| -rw-r--r-- | doc/emacs/maintaining.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 66fa54113f9..4bda4c98c66 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -946,6 +946,7 @@ the file contents without distraction from the annotations. | |||
| 946 | 946 | ||
| 947 | @node VC Change Log | 947 | @node VC Change Log |
| 948 | @subsection VC Change Log | 948 | @subsection VC Change Log |
| 949 | @cindex VC change log | ||
| 949 | 950 | ||
| 950 | @table @kbd | 951 | @table @kbd |
| 951 | @item C-x v l | 952 | @item C-x v l |
| @@ -1008,6 +1009,10 @@ showing only the first line of each log entry. However, you can type | |||
| 1008 | @file{*vc-change-log*} buffer to reveal the entire log entry for the | 1009 | @file{*vc-change-log*} buffer to reveal the entire log entry for the |
| 1009 | revision at point. A second @key{RET} hides it again. | 1010 | revision at point. A second @key{RET} hides it again. |
| 1010 | 1011 | ||
| 1012 | @kindex C-x v I | ||
| 1013 | @kindex C-x v O | ||
| 1014 | @findex vc-log-incoming | ||
| 1015 | @findex vc-log-outgoing | ||
| 1011 | On a decentralized version control system, the @kbd{C-x v I} | 1016 | On a decentralized version control system, the @kbd{C-x v I} |
| 1012 | (@code{vc-log-incoming}) command displays a log buffer showing the | 1017 | (@code{vc-log-incoming}) command displays a log buffer showing the |
| 1013 | changes that will be applied, the next time you run the version | 1018 | changes that will be applied, the next time you run the version |
| @@ -1020,6 +1025,8 @@ specific repository. Similarly, @kbd{C-x v O} | |||
| 1020 | another repository, the next time you run the push command; with a | 1025 | another repository, the next time you run the push command; with a |
| 1021 | prefix argument, it prompts for a specific destination repository. | 1026 | prefix argument, it prompts for a specific destination repository. |
| 1022 | 1027 | ||
| 1028 | @cindex VC log buffer, commands in | ||
| 1029 | @cindex vc-log buffer | ||
| 1023 | In the @file{*vc-change-log*} buffer, you can use the following keys | 1030 | In the @file{*vc-change-log*} buffer, you can use the following keys |
| 1024 | to move between the logs of revisions and of files, and to examine and | 1031 | to move between the logs of revisions and of files, and to examine and |
| 1025 | compare past revisions (@pxref{Old Revisions}): | 1032 | compare past revisions (@pxref{Old Revisions}): |