emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 ff7ec6f: Fix a few uses of quotes in user manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ff7ec6f: Fix a few uses of quotes in user manual
Date: Tue, 4 Jun 2019 11:12:15 -0400 (EDT)

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

    Fix a few uses of quotes in user manual
    
    * doc/emacs/text.texi (Quotation Marks):
    * doc/emacs/display.texi (Text Display):
    * doc/emacs/basic.texi (Inserting Text): Fix some more
    quotes.  (Bug#35885)
---
 doc/emacs/basic.texi   | 8 ++++----
 doc/emacs/display.texi | 4 ++--
 doc/emacs/text.texi    | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index 3728144..7144490 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -118,8 +118,8 @@ sometimes called a left single ``curved quote'' or ``curly 
quote''.
 Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the
 curved quotes @t{’}, @t{“} and @t{”}, respectively.  Also, a working
 Alt key acts like @kbd{C-x 8}; e.g., @kbd{A-[} acts like @kbd{C-x 8 [}
-and inserts `.  To see which characters have @kbd{C-x 8} shorthands,
-type @kbd{C-x 8 C-h}.
+and inserts @t{‘}.  To see which characters have @kbd{C-x 8}
+shorthands, type @kbd{C-x 8 C-h}.
 
   Alternatively, you can use the command @kbd{C-x 8 @key{RET}}
 (@code{insert-char}).  This prompts for the Unicode name or code-point
@@ -146,9 +146,9 @@ the buffer.
 how many copies of the character to insert (@pxref{Arguments}).
 
   In addition, in some contexts, if you type a quotation using grave
-accent and apostrophe @t{`like this'}, it is converted to a form
+accent and apostrophe @kbd{`like this'}, it is converted to a form
 @t{‘like this’} using single quotation marks, even without @kbd{C-x 8}
-commands.  Similarly, typing a quotation @t{``like this''} using
+commands.  Similarly, typing a quotation @kbd{``like this''} using
 double grave accent and apostrophe converts it to a form @t{“like
 this”} using double quotation marks.  @xref{Quotation Marks}.
 
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index f8c6201..70b88dc9 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1557,11 +1557,11 @@ curved quotes.  You can influence or inhibit this 
translation by
 customizing the user option @code{text-quoting-style} (@pxref{Keys in
 Documentation,,, elisp, The Emacs Lisp Reference Manual}).
 
-  If the curved quotes @samp{‘}, @samp{’}, @samp{“}, and @samp{”} are
+  If the curved quotes @t{‘}, @t{’}, @t{“}, and @t{”} are
 known to look just like @acronym{ASCII} characters, they are shown
 with the @code{homoglyph} face.  Curved quotes that are known not to
 be displayable are shown as their @acronym{ASCII} approximations
address@hidden, @samp{'}, and @samp{"} with the @code{homoglyph} face.
address@hidden, @t{'}, and @t{"} with the @code{homoglyph} face.
 
 @node Cursor Display
 @section Displaying the Cursor
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index e9b17db..db55fee 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -439,8 +439,8 @@ portable; curved quotes are less ambiguous and typically 
look nicer.
 
 @vindex electric-quote-chars
   Electric Quote mode makes it easier to type curved quotes.  As you
-type characters it optionally converts @t{`} to ‘, @t{'} to ',
address@hidden to ``, and @t{''} to ''.  It's possible to change the
+type characters it optionally converts @kbd{`} to @t{‘}, @kbd{'} to @t{’},
address@hidden to @t{“}, and @kbd{''} to @t{”}.  It's possible to change the
 default quotes listed above, by customizing the variable
 @code{electric-quote-chars}, a list of four characters, where the
 items correspond to the left single quote, the right single quote, the



reply via email to

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