aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-09-21 16:16:13 +0800
committerXue Fuqiao2013-09-21 16:16:13 +0800
commitd052d3bdf357c710b2885d6acb77194726705937 (patch)
tree6e0c6f937691cd8d6c354bd5e4ce8978dbd66a06 /doc
parent26d078a69e2251efc65d1a25c3f59ceca50de87d (diff)
downloademacs-d052d3bdf357c710b2885d6acb77194726705937.tar.gz
emacs-d052d3bdf357c710b2885d6acb77194726705937.zip
Add keybinding for vc-log-incoming in vc-dir.
* doc/emacs/maintaining.texi (VC Directory Commands): Add keybinding for vc-log-incoming in vc-dir. * lisp/vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/maintaining.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index b263ca7671a..1fddd4ab180 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2
3 * maintaining.texi (VC Directory Commands): Add keybinding for
4 vc-log-incoming in vc-dir.
5
12013-09-12 Xue Fuqiao <xfq.free@gmail.com> 62013-09-12 Xue Fuqiao <xfq.free@gmail.com>
2 7
3 * text.texi (Enriched Justification): Explain values of default-justification. 8 * text.texi (Enriched Justification): Explain values of default-justification.
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 4a61db5509b..9cb6c70e0fb 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1242,7 +1242,7 @@ Revisions}), and @w{@kbd{C-x v u}} (@pxref{VC Undo}).
1242 1242
1243 The VC Directory buffer also defines some single-key shortcuts for 1243 The VC Directory buffer also defines some single-key shortcuts for
1244VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l}, 1244VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l},
1245@kbd{i}, @kbd{D}, @kbd{L}, @kbd{G} and @kbd{v}. 1245@kbd{i}, @kbd{D}, @kbd{L}, @kbd{G}, @kbd{I} and @kbd{v}.
1246 1246
1247 For example, you can commit a set of edited files by opening a VC 1247 For example, you can commit a set of edited files by opening a VC
1248Directory buffer, where the files are listed with the @samp{edited} 1248Directory buffer, where the files are listed with the @samp{edited}