diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-02-21 20:32:11 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-21 20:32:11 +0200 |
commit | 106a9f60ae1d63b7d1c69950873885cdec9a2790 (patch) | |
tree | 3108b9ec6761934dcb660f75f913b3444360ba01 /doc/emacs/m-x.texi | |
parent | 244db85d731432a739646980b2a10dba03cff409 (diff) | |
download | emacs-106a9f60ae1d63b7d1c69950873885cdec9a2790.tar.gz emacs-106a9f60ae1d63b7d1c69950873885cdec9a2790.tar.bz2 emacs-106a9f60ae1d63b7d1c69950873885cdec9a2790.zip |
More improvements in the Emacs manual
* doc/emacs/help.texi (Misc Help):
* doc/emacs/m-x.texi (M-x):
* doc/emacs/mini.texi (Minibuffer File, Repetition): Prevent
breaking of command sequences between lines. Reported by Wojciech
Politarczyk <w.politarczyk@gmail.com> in emacs-manual-bugs@gnu.org.
* doc/emacs/sending.texi (Header Editing): Fix capitalization.
Diffstat (limited to 'doc/emacs/m-x.texi')
-rw-r--r-- | doc/emacs/m-x.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/m-x.texi b/doc/emacs/m-x.texi index a9b80d1addb..adf46ff19d7 100644 --- a/doc/emacs/m-x.texi +++ b/doc/emacs/m-x.texi @@ -82,8 +82,8 @@ setting of @code{suggest-key-bindings} affects these hints as well. In this manual, when we speak of running a command by name, we often omit the @key{RET} that terminates the name. Thus we might say -@kbd{M-x auto-fill-mode} rather than @kbd{M-x auto-fill-mode -@key{RET}}. We mention the @key{RET} only for emphasis, such as when +@kbd{M-x auto-fill-mode} rather than @w{@kbd{M-x auto-fill-mode +@key{RET}}}. We mention the @key{RET} only for emphasis, such as when the command is followed by arguments. @findex execute-extended-command |