diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 1fddd4ab180..0ad3a310885 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -2,6 +2,7 @@ * maintaining.texi (VC Directory Commands): Add keybinding for vc-log-incoming in vc-dir. + (Log Buffer): Use @emph instead of @strong. 2013-09-12 Xue Fuqiao <xfq.free@gmail.com> diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 7404607cb63..7fd3fb1c9d4 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -653,7 +653,7 @@ opposite way of working---generating ChangeLog entries from the Log Edit buffer. @end ifnottex - To abort a commit, just @strong{don't} type @kbd{C-c C-c} in that + To abort a commit, just @emph{don't} type @kbd{C-c C-c} in that buffer. You can switch buffers and do other editing. As long as you don't try to make another commit, the entry you were editing remains in the @file{*vc-log*} buffer, and you can go back to that buffer at |
