diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -908,6 +908,12 @@ directory at point. | |||
| 908 | *** New macros `thread-first' and `thread-last' allow threading a form | 908 | *** New macros `thread-first' and `thread-last' allow threading a form |
| 909 | as the first or last argument of subsequent forms. | 909 | as the first or last argument of subsequent forms. |
| 910 | 910 | ||
| 911 | ** Documentation strings now support quoting with curved single quotes | ||
| 912 | ‘like-this’ in addition to the old style with grave accent and | ||
| 913 | apostrophe `like-this'. The new style looks better on today's displays. | ||
| 914 | When an old-style string is copied to a help buffer it is converted to | ||
| 915 | the new style. | ||
| 916 | |||
| 911 | +++ | 917 | +++ |
| 912 | ** Time-related changes: | 918 | ** Time-related changes: |
| 913 | 919 | ||