emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 106a9f6: More improvements in the Emacs manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 106a9f6: More improvements in the Emacs manual
Date: Wed, 21 Feb 2018 13:32:38 -0500 (EST)

branch: emacs-26
commit 106a9f60ae1d63b7d1c69950873885cdec9a2790
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 <address@hidden> in address@hidden
    
    * doc/emacs/sending.texi (Header Editing): Fix capitalization.
---
 doc/emacs/help.texi    | 4 ++--
 doc/emacs/m-x.texi     | 4 ++--
 doc/emacs/mini.texi    | 4 ++--
 doc/emacs/sending.texi | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 6c093f1..e005fe3 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -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
 provide their own bindings for that key.  One of these prefix keys
 is @key{ESC}, because @address@hidden C-h} is actually @kbd{C-M-h},
-which marks a defun.  However, @address@hidden @key{F1}} and
address@hidden@key{ESC} ?} work fine.)
+which marks a defun.  However, @address@hidden@key{ESC} @key{F1}}} and
address@hidden@address@hidden ?}} work fine.)
 
 @node Help Files
 @section Help Files
diff --git a/doc/emacs/m-x.texi b/doc/emacs/m-x.texi
index a9b80d1..adf46ff 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
address@hidden auto-fill-mode} rather than @kbd{M-x auto-fill-mode
address@hidden  We mention the @key{RET} only for emphasis, such as when
address@hidden auto-fill-mode} rather than @address@hidden auto-fill-mode
address@hidden  We mention the @key{RET} only for emphasis, such as when
 the command is followed by arguments.
 
 @findex execute-extended-command
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 332602d..03e371f 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 @address@hidden 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 @address@hidden @key{ESC} @key{ESC}}}.
 You can make incremental search commands appear in the history by
 setting @code{isearch-resume-in-command-history} to a address@hidden
 value.  @xref{Incremental Search}.
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 491cda4..750680b 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}).
 @item C-c C-f C-b
 Move to the @samp{Bcc} header (@code{message-goto-bcc}).
 @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
-Move to the @samp{Mail-Followup-To} header field
+Move to the @samp{Mail-followup-to} header field
 (@code{message-goto-followup-to}).
 @item C-c C-f C-w
 Add a new @samp{Fcc} header field, with file-name completion



reply via email to

[Prev in Thread] Current Thread [Next in Thread]