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/mini.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/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 332602dcf2a..03e371f4999 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -117,7 +117,7 @@ second slash in the pair. In the example above, @file{/u2/emacs/src/} is ignored, so the argument you supplied is @file{/etc/termcap}. The ignored part of the file name is dimmed if the terminal allows it. (To disable this dimming, turn off File Name -Shadow mode with the command @kbd{M-x file-name-shadow-mode}.) +Shadow mode with the command @w{@kbd{M-x file-name-shadow-mode}}.) When completing remote file names (@pxref{Remote Files}), a double slash behaves slightly differently: it causes Emacs to ignore only the @@ -747,7 +747,7 @@ it by typing @key{RET}. @vindex isearch-resume-in-command-history Incremental search does not, strictly speaking, use the minibuffer. Therefore, although it behaves like a complex command, it normally -does not appear in the history list for @kbd{C-x @key{ESC} @key{ESC}}. +does not appear in the history list for @w{@kbd{C-x @key{ESC} @key{ESC}}}. You can make incremental search commands appear in the history by setting @code{isearch-resume-in-command-history} to a non-@code{nil} value. @xref{Incremental Search}. |