diff options
| author | Eli Zaretskii | 2019-06-04 18:11:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-06-04 18:11:37 +0300 |
| commit | ff7ec6ff3322ed38e35342e960b6af5a36c9e51d (patch) | |
| tree | 0073e84f733886627cf20abdda77127453d7d9ec | |
| parent | b67042be5d39aaff2d48a2eb3306ef422d27d52f (diff) | |
| download | emacs-ff7ec6ff3322ed38e35342e960b6af5a36c9e51d.tar.gz 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)
| -rw-r--r-- | doc/emacs/basic.texi | 8 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 4 | ||||
| -rw-r--r-- | 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 3728144b797..7144490cda7 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''. | |||
| 118 | Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the | 118 | Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the |
| 119 | curved quotes @t{’}, @t{“} and @t{”}, respectively. Also, a working | 119 | curved quotes @t{’}, @t{“} and @t{”}, respectively. Also, a working |
| 120 | Alt key acts like @kbd{C-x 8}; e.g., @kbd{A-[} acts like @kbd{C-x 8 [} | 120 | Alt key acts like @kbd{C-x 8}; e.g., @kbd{A-[} acts like @kbd{C-x 8 [} |
| 121 | and inserts `. To see which characters have @kbd{C-x 8} shorthands, | 121 | and inserts @t{‘}. To see which characters have @kbd{C-x 8} |
| 122 | type @kbd{C-x 8 C-h}. | 122 | shorthands, type @kbd{C-x 8 C-h}. |
| 123 | 123 | ||
| 124 | Alternatively, you can use the command @kbd{C-x 8 @key{RET}} | 124 | Alternatively, you can use the command @kbd{C-x 8 @key{RET}} |
| 125 | (@code{insert-char}). This prompts for the Unicode name or code-point | 125 | (@code{insert-char}). This prompts for the Unicode name or code-point |
| @@ -146,9 +146,9 @@ the buffer. | |||
| 146 | how many copies of the character to insert (@pxref{Arguments}). | 146 | how many copies of the character to insert (@pxref{Arguments}). |
| 147 | 147 | ||
| 148 | In addition, in some contexts, if you type a quotation using grave | 148 | In addition, in some contexts, if you type a quotation using grave |
| 149 | accent and apostrophe @t{`like this'}, it is converted to a form | 149 | accent and apostrophe @kbd{`like this'}, it is converted to a form |
| 150 | @t{‘like this’} using single quotation marks, even without @kbd{C-x 8} | 150 | @t{‘like this’} using single quotation marks, even without @kbd{C-x 8} |
| 151 | commands. Similarly, typing a quotation @t{``like this''} using | 151 | commands. Similarly, typing a quotation @kbd{``like this''} using |
| 152 | double grave accent and apostrophe converts it to a form @t{“like | 152 | double grave accent and apostrophe converts it to a form @t{“like |
| 153 | this”} using double quotation marks. @xref{Quotation Marks}. | 153 | this”} using double quotation marks. @xref{Quotation Marks}. |
| 154 | 154 | ||
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index f8c620115d3..70b88dc92d0 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 | |||
| 1557 | customizing the user option @code{text-quoting-style} (@pxref{Keys in | 1557 | customizing the user option @code{text-quoting-style} (@pxref{Keys in |
| 1558 | Documentation,,, elisp, The Emacs Lisp Reference Manual}). | 1558 | Documentation,,, elisp, The Emacs Lisp Reference Manual}). |
| 1559 | 1559 | ||
| 1560 | If the curved quotes @samp{‘}, @samp{’}, @samp{“}, and @samp{”} are | 1560 | If the curved quotes @t{‘}, @t{’}, @t{“}, and @t{”} are |
| 1561 | known to look just like @acronym{ASCII} characters, they are shown | 1561 | known to look just like @acronym{ASCII} characters, they are shown |
| 1562 | with the @code{homoglyph} face. Curved quotes that are known not to | 1562 | with the @code{homoglyph} face. Curved quotes that are known not to |
| 1563 | be displayable are shown as their @acronym{ASCII} approximations | 1563 | be displayable are shown as their @acronym{ASCII} approximations |
| 1564 | @samp{`}, @samp{'}, and @samp{"} with the @code{homoglyph} face. | 1564 | @t{`}, @t{'}, and @t{"} with the @code{homoglyph} face. |
| 1565 | 1565 | ||
| 1566 | @node Cursor Display | 1566 | @node Cursor Display |
| 1567 | @section Displaying the Cursor | 1567 | @section Displaying the Cursor |
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. | |||
| 439 | 439 | ||
| 440 | @vindex electric-quote-chars | 440 | @vindex electric-quote-chars |
| 441 | Electric Quote mode makes it easier to type curved quotes. As you | 441 | Electric Quote mode makes it easier to type curved quotes. As you |
| 442 | type characters it optionally converts @t{`} to ‘, @t{'} to ', | 442 | type characters it optionally converts @kbd{`} to @t{‘}, @kbd{'} to @t{’}, |
| 443 | @t{``} to ``, and @t{''} to ''. It's possible to change the | 443 | @kbd{``} to @t{“}, and @kbd{''} to @t{”}. It's possible to change the |
| 444 | default quotes listed above, by customizing the variable | 444 | default quotes listed above, by customizing the variable |
| 445 | @code{electric-quote-chars}, a list of four characters, where the | 445 | @code{electric-quote-chars}, a list of four characters, where the |
| 446 | items correspond to the left single quote, the right single quote, the | 446 | items correspond to the left single quote, the right single quote, the |