1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-18 11:50:38 -08:00

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.
This commit is contained in:
Eli Zaretskii 2018-02-21 20:32:11 +02:00
parent 244db85d73
commit 106a9f60ae
4 changed files with 8 additions and 8 deletions

View file

@ -595,8 +595,8 @@ typing @kbd{C-h}, @kbd{?}, or @key{F1}
few prefix keys for which not all of these keys work---those that few prefix keys for which not all of these keys work---those that
provide their own bindings for that key. One of these prefix keys provide their own bindings for that key. One of these prefix keys
is @key{ESC}, because @kbd{@key{ESC} C-h} is actually @kbd{C-M-h}, is @key{ESC}, because @kbd{@key{ESC} C-h} is actually @kbd{C-M-h},
which marks a defun. However, @kbd{@key{ESC} @key{F1}} and which marks a defun. However, @w{@kbd{@key{ESC} @key{F1}}} and
@kbd{@key{ESC} ?} work fine.) @w{@kbd{@key{ESC} ?}} work fine.)
@node Help Files @node Help Files
@section Help Files @section Help Files

View file

@ -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 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 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 @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 @key{RET}}}. We mention the @key{RET} only for emphasis, such as when
the command is followed by arguments. the command is followed by arguments.
@findex execute-extended-command @findex execute-extended-command

View file

@ -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{/u2/emacs/src/} is ignored, so the argument you supplied is
@file{/etc/termcap}. The ignored part of the file name is dimmed if @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 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 When completing remote file names (@pxref{Remote Files}), a double
slash behaves slightly differently: it causes Emacs to ignore only the 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 @vindex isearch-resume-in-command-history
Incremental search does not, strictly speaking, use the minibuffer. Incremental search does not, strictly speaking, use the minibuffer.
Therefore, although it behaves like a complex command, it normally 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 You can make incremental search commands appear in the history by
setting @code{isearch-resume-in-command-history} to a non-@code{nil} setting @code{isearch-resume-in-command-history} to a non-@code{nil}
value. @xref{Incremental Search}. value. @xref{Incremental Search}.

View file

@ -422,9 +422,9 @@ Move to the @samp{Cc} header (@code{message-goto-cc}).
@item C-c C-f C-b @item C-c C-f C-b
Move to the @samp{Bcc} header (@code{message-goto-bcc}). Move to the @samp{Bcc} header (@code{message-goto-bcc}).
@item C-c C-f C-r @item C-c C-f C-r
Move to the @samp{Reply-To} header (@code{message-goto-reply-to}). Move to the @samp{Reply-to} header (@code{message-goto-reply-to}).
@item C-c C-f C-f @item C-c C-f C-f
Move to the @samp{Mail-Followup-To} header field Move to the @samp{Mail-followup-to} header field
(@code{message-goto-followup-to}). (@code{message-goto-followup-to}).
@item C-c C-f C-w @item C-c C-f C-w
Add a new @samp{Fcc} header field, with file-name completion Add a new @samp{Fcc} header field, with file-name completion