diff options
| author | Alan Mackenzie | 2016-05-03 20:27:48 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2016-05-03 20:36:09 +0000 |
| commit | c68a09107c1f7459c626d38be5e0e991912e57ec (patch) | |
| tree | c083ed75a03d020d93090d4ed90aeb7b55bc93ef | |
| parent | 52f86a755b0befb6ad2a26bdb4edc46e2152b593 (diff) | |
| download | emacs-c68a09107c1f7459c626d38be5e0e991912e57ec.tar.gz emacs-c68a09107c1f7459c626d38be5e0e991912e57ec.zip | |
Note the quote translation in `message' in section "incompatible changes".
* etc/NEWS: Note that `message' translates quotes, that the translation
cannot be disabled, and that `format' can be used to get the old
behavior back.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1476,6 +1476,13 @@ display of diagnostics and help, but not of info. As the variable is | |||
| 1476 | not intended for casual use, it is not a user option. | 1476 | not intended for casual use, it is not a user option. |
| 1477 | 1477 | ||
| 1478 | +++ | 1478 | +++ |
| 1479 | ** `message' now translates various sorts of single quotes in its | ||
| 1480 | format string according to the value of `text-quoting-style' (see | ||
| 1481 | above). This translation cannot be disabled. To get the old | ||
| 1482 | behavior of `message', use `format', which is not affected by | ||
| 1483 | `text-quoting-style', e.g. (message "%s" (format "...." foo bar)). | ||
| 1484 | |||
| 1485 | +++ | ||
| 1479 | ** substitute-command-keys now replaces quotes. | 1486 | ** substitute-command-keys now replaces quotes. |
| 1480 | That is, it converts documentation strings' quoting style as per the | 1487 | That is, it converts documentation strings' quoting style as per the |
| 1481 | value of 'text-quoting-style'. Doc strings in source code can use | 1488 | value of 'text-quoting-style'. Doc strings in source code can use |