diff options
| author | Alan Mackenzie | 2017-09-30 11:08:16 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2017-10-01 11:27:16 +0000 |
| commit | 8c18dcbc784a97196d6513e5556de48af4cea617 (patch) | |
| tree | c929074b0c9d9e6eabbefac9326c90dc4511d06c /etc | |
| parent | 5f76ac150a28e4de940790f96f0f751c8ee5d4c7 (diff) | |
| download | emacs-8c18dcbc784a97196d6513e5556de48af4cea617.tar.gz emacs-8c18dcbc784a97196d6513e5556de48af4cea617.zip | |
Amend documentation for text-quoting-style becoming a user option.
* doc/lispref/control.texi (Signaling Errors):
* doc/lispref/display.texi (Displaying Messages):
* doc/lispref/strings.texi (Formatting Strings):
Edit for brevity, farming out the details to the new
Text Quoting Style node.
* doc/lispref/help.texi (Text Quoting Style): New section.
Move detailed discussion of text-quoting-style here.
Add discussion about how to output grave accent and apostrophe in
documentation and messages. Adjust xrefs to point to this section
when appropriate.
* etc/NEWS: text-quoting-style semantics have not changed.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 2 insertions, 4 deletions
| @@ -1247,10 +1247,8 @@ change FOO, respectively. The exhaustive list of removed variables is: | |||
| 1247 | ** The variable 'text-quoting-style' is now a customizable option. It | 1247 | ** The variable 'text-quoting-style' is now a customizable option. It |
| 1248 | controls whether to and how to translate ASCII quotes in messages and | 1248 | controls whether to and how to translate ASCII quotes in messages and |
| 1249 | help output. Its possible values and their semantics remain unchanged | 1249 | help output. Its possible values and their semantics remain unchanged |
| 1250 | from Emacs 25, except that 'text-quoting-style' no longer affects the | 1250 | from Emacs 25. In particular, when this variable's value is 'grave', |
| 1251 | treatment of curved quotes in format arguments to functions like | 1251 | all quotes in formats are output as-is. |
| 1252 | 'message' and 'format-message'. In particular, when this variable's | ||
| 1253 | value is 'grave', all quotes in formats are output as-is. | ||
| 1254 | 1252 | ||
| 1255 | --- | 1253 | --- |
| 1256 | ** Functions like 'check-declare-file' and 'check-declare-directory' | 1254 | ** Functions like 'check-declare-file' and 'check-declare-directory' |