diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 2 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-09-12 Xue Fuqiao <xfq.free@gmail.com> | 6 | 2013-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 |
| 1244 | VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l}, | 1244 | VC 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 |
| 1248 | Directory buffer, where the files are listed with the @samp{edited} | 1248 | Directory buffer, where the files are listed with the @samp{edited} |