aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2018-02-21 20:32:11 +0200
committerEli Zaretskii2018-02-21 20:32:11 +0200
commit106a9f60ae1d63b7d1c69950873885cdec9a2790 (patch)
tree3108b9ec6761934dcb660f75f913b3444360ba01 /doc
parent244db85d731432a739646980b2a10dba03cff409 (diff)
downloademacs-106a9f60ae1d63b7d1c69950873885cdec9a2790.tar.gz
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')
-rw-r--r--doc/emacs/help.texi4
-rw-r--r--doc/emacs/m-x.texi4
-rw-r--r--doc/emacs/mini.texi4
-rw-r--r--doc/emacs/sending.texi4
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 6c093f13d05..e005fe358da 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -595,8 +595,8 @@ typing @kbd{C-h}, @kbd{?}, or @key{F1}
595few prefix keys for which not all of these keys work---those that 595few prefix keys for which not all of these keys work---those that
596provide their own bindings for that key. One of these prefix keys 596provide their own bindings for that key. One of these prefix keys
597is @key{ESC}, because @kbd{@key{ESC} C-h} is actually @kbd{C-M-h}, 597is @key{ESC}, because @kbd{@key{ESC} C-h} is actually @kbd{C-M-h},
598which marks a defun. However, @kbd{@key{ESC} @key{F1}} and 598which marks a defun. However, @w{@kbd{@key{ESC} @key{F1}}} and
599@kbd{@key{ESC} ?} work fine.) 599@w{@kbd{@key{ESC} ?}} work fine.)
600 600
601@node Help Files 601@node Help Files
602@section Help Files 602@section Help Files
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.
82 82
83 In this manual, when we speak of running a command by name, we often 83 In this manual, when we speak of running a command by name, we often
84omit the @key{RET} that terminates the name. Thus we might say 84omit the @key{RET} that terminates the name. Thus we might say
85@kbd{M-x auto-fill-mode} rather than @kbd{M-x auto-fill-mode 85@kbd{M-x auto-fill-mode} rather than @w{@kbd{M-x auto-fill-mode
86@key{RET}}. We mention the @key{RET} only for emphasis, such as when 86@key{RET}}}. We mention the @key{RET} only for emphasis, such as when
87the command is followed by arguments. 87the command is followed by arguments.
88 88
89@findex execute-extended-command 89@findex execute-extended-command
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,
117@file{/u2/emacs/src/} is ignored, so the argument you supplied is 117@file{/u2/emacs/src/} is ignored, so the argument you supplied is
118@file{/etc/termcap}. The ignored part of the file name is dimmed if 118@file{/etc/termcap}. The ignored part of the file name is dimmed if
119the terminal allows it. (To disable this dimming, turn off File Name 119the terminal allows it. (To disable this dimming, turn off File Name
120Shadow mode with the command @kbd{M-x file-name-shadow-mode}.) 120Shadow mode with the command @w{@kbd{M-x file-name-shadow-mode}}.)
121 121
122 When completing remote file names (@pxref{Remote Files}), a double 122 When completing remote file names (@pxref{Remote Files}), a double
123slash behaves slightly differently: it causes Emacs to ignore only the 123slash behaves slightly differently: it causes Emacs to ignore only the
@@ -747,7 +747,7 @@ it by typing @key{RET}.
747@vindex isearch-resume-in-command-history 747@vindex isearch-resume-in-command-history
748 Incremental search does not, strictly speaking, use the minibuffer. 748 Incremental search does not, strictly speaking, use the minibuffer.
749Therefore, although it behaves like a complex command, it normally 749Therefore, although it behaves like a complex command, it normally
750does not appear in the history list for @kbd{C-x @key{ESC} @key{ESC}}. 750does not appear in the history list for @w{@kbd{C-x @key{ESC} @key{ESC}}}.
751You can make incremental search commands appear in the history by 751You can make incremental search commands appear in the history by
752setting @code{isearch-resume-in-command-history} to a non-@code{nil} 752setting @code{isearch-resume-in-command-history} to a non-@code{nil}
753value. @xref{Incremental Search}. 753value. @xref{Incremental Search}.
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 491cda42177..750680b2af7 100644
--- a/doc/emacs/sending.texi
+++ b/doc/emacs/sending.texi
@@ -422,9 +422,9 @@ Move to the @samp{Cc} header (@code{message-goto-cc}).
422@item C-c C-f C-b 422@item C-c C-f C-b
423Move to the @samp{Bcc} header (@code{message-goto-bcc}). 423Move to the @samp{Bcc} header (@code{message-goto-bcc}).
424@item C-c C-f C-r 424@item C-c C-f C-r
425Move to the @samp{Reply-To} header (@code{message-goto-reply-to}). 425Move to the @samp{Reply-to} header (@code{message-goto-reply-to}).
426@item C-c C-f C-f 426@item C-c C-f C-f
427Move to the @samp{Mail-Followup-To} header field 427Move to the @samp{Mail-followup-to} header field
428(@code{message-goto-followup-to}). 428(@code{message-goto-followup-to}).
429@item C-c C-f C-w 429@item C-c C-f C-w
430Add a new @samp{Fcc} header field, with file-name completion 430Add a new @samp{Fcc} header field, with file-name completion