diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-06-04 18:11:37 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-04 18:11:37 +0300 |
commit | ff7ec6ff3322ed38e35342e960b6af5a36c9e51d (patch) | |
tree | 0073e84f733886627cf20abdda77127453d7d9ec /doc/emacs/text.texi | |
parent | b67042be5d39aaff2d48a2eb3306ef422d27d52f (diff) | |
download | emacs-ff7ec6ff3322ed38e35342e960b6af5a36c9e51d.tar.gz emacs-ff7ec6ff3322ed38e35342e960b6af5a36c9e51d.tar.bz2 emacs-ff7ec6ff3322ed38e35342e960b6af5a36c9e51d.zip |
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)
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r-- | doc/emacs/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index e9b17dbb651..db55feeb665 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 ', -@t{``} to ``, and @t{''} to ''. It's possible to change the +type characters it optionally converts @kbd{`} to @t{‘}, @kbd{'} to @t{’}, +@kbd{``} 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 |