diff options
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -910,12 +910,6 @@ denied" instead of "permission denied". The old behavior was problematic | |||
| 910 | in languages like German where downcasing rules depend on grammar. | 910 | in languages like German where downcasing rules depend on grammar. |
| 911 | 911 | ||
| 912 | +++ | 912 | +++ |
| 913 | ** New ‘format’ flag ‘q’ | ||
| 914 | The new ‘q’ flag causes ‘format’ to quote the output representation as | ||
| 915 | per the value of ‘text quoting-style’. E.g., (format "%qs failed" | ||
| 916 | "foo") might return "‘foo’ failed". | ||
| 917 | |||
| 918 | +++ | ||
| 919 | ** substitute-command-keys now replaces quotes. | 913 | ** substitute-command-keys now replaces quotes. |
| 920 | That is, it converts documentation strings' quoting style as per the | 914 | That is, it converts documentation strings' quoting style as per the |
| 921 | value of ‘text-quoting-style’. Doc strings in source code can use | 915 | value of ‘text-quoting-style’. Doc strings in source code can use |
| @@ -1045,6 +1039,12 @@ key works) by typing ‘A-[’ and ‘A-]’. As described above under | |||
| 1045 | quotes. | 1039 | quotes. |
| 1046 | 1040 | ||
| 1047 | +++ | 1041 | +++ |
| 1042 | ** New ‘format’ flag ‘q’ | ||
| 1043 | The new ‘q’ flag causes ‘format’ to quote the output representation as | ||
| 1044 | per the value of ‘text-quoting-style’. E.g., (format "%qs failed" | ||
| 1045 | "foo") might return "‘foo’ failed". | ||
| 1046 | |||
| 1047 | +++ | ||
| 1048 | ** show-help-function's arg is converted via substitute-command-keys | 1048 | ** show-help-function's arg is converted via substitute-command-keys |
| 1049 | before being passed to the function. Help strings, help-echo | 1049 | before being passed to the function. Help strings, help-echo |
| 1050 | properties, etc. can therefore contain command key escapes and | 1050 | properties, etc. can therefore contain command key escapes and |