emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 4904fb3: More quotation fixes (Bug#35885)


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 4904fb3: More quotation fixes (Bug#35885)
Date: Sun, 9 Jun 2019 04:29:33 -0400 (EDT)

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

    More quotation fixes (Bug#35885)
    
    * doc/emacs/text.texi (Quotation Marks): Fix a typo.
    * doc/emacs/modes.texi (Minor Modes): Fix another case of
    showing quotations.
---
 doc/emacs/modes.texi | 2 +-
 doc/emacs/text.texi  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index 4505bb5..e01dfa2 100644
--- a/doc/emacs/modes.texi
+++ b/doc/emacs/modes.texi
@@ -207,7 +207,7 @@ amount of work you can lose in case of a crash.  @xref{Auto 
Save}.
 
 @item
 Electric Quote mode automatically converts quotation marks.  For
-example, it requotes text typed @t{`like this'} to text @t{‘like
+example, it requotes text typed @kbd{`like this'} to text @t{‘like
 this’}.  You can control what kind of text it operates in, and you can
 disable it entirely in individual buffers.  @xref{Quotation Marks}.
 
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index bd8a1f5..900f743 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -429,7 +429,7 @@ this"}.  Another common way is the curved quote convention, 
which uses
 left and right single or double quotation marks `@t{like this}' or
 ``@t{like this}''@footnote{
 The curved single quote characters are U+2018 @sc{left single quotation
-mark} and U+2018 @sc{right single quotation mark}; the curved double quotes
+mark} and U+2019 @sc{right single quotation mark}; the curved double quotes
 are U+201C @sc{left double quotation mark} and U+201D @sc{right double
 quotation mark}.  On text terminals which cannot display these
 characters, the Info reader might show them as the typewriter ASCII



reply via email to

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