diff options
| author | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-21 16:31:45 +0800 |
|---|---|---|
| committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-21 16:31:45 +0800 |
| commit | f6bb09828c0457ece76a383e106e42b7efa1cdcc (patch) | |
| tree | 67960429bbd85bc48fd0ad7dee7897df2b8fb87e | |
| parent | cb8165496a3d4127259ace86116fdf4d53ee2c68 (diff) | |
| download | emacs-f6bb09828c0457ece76a383e106e42b7efa1cdcc.tar.gz | |
* doc/emacs/maintaining.texi (Log Buffer): Use @emph instead of @strong.
| -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 |
