Skip to content

Commit 4904fb3

Browse files
committed
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.
1 parent 4cc4b5d commit 4904fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/emacs/modes.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ amount of work you can lose in case of a crash. @xref{Auto Save}.
207207

208208
@item
209209
Electric Quote mode automatically converts quotation marks. For
210-
example, it requotes text typed @t{`like this'} to text @t{‘like
210+
example, it requotes text typed @kbd{`like this'} to text @t{‘like
211211
this’}. You can control what kind of text it operates in, and you can
212212
disable it entirely in individual buffers. @xref{Quotation Marks}.
213213

doc/emacs/text.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ this"}. Another common way is the curved quote convention, which uses
429429
left and right single or double quotation marks `@t{like this}' or
430430
``@t{like this}''@footnote{
431431
The curved single quote characters are U+2018 @sc{left single quotation
432-
mark} and U+2018 @sc{right single quotation mark}; the curved double quotes
432+
mark} and U+2019 @sc{right single quotation mark}; the curved double quotes
433433
are U+201C @sc{left double quotation mark} and U+201D @sc{right double
434434
quotation mark}. On text terminals which cannot display these
435435
characters, the Info reader might show them as the typewriter ASCII

0 commit comments

Comments
 (0)