diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-08-13 22:33:46 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-08-13 22:33:46 +0200 |
commit | 15c20cb4fe9a43a96fc0d80c442741b8d2e21bc7 (patch) | |
tree | cf6732ff07882f778d829f65a241e966066745fa | |
parent | 864847bf3c9f041256e32353b323ddafee86f6da (diff) | |
download | emacs-15c20cb4fe9a43a96fc0d80c442741b8d2e21bc7.tar.gz emacs-15c20cb4fe9a43a96fc0d80c442741b8d2e21bc7.tar.bz2 emacs-15c20cb4fe9a43a96fc0d80c442741b8d2e21bc7.zip |
; * etc/NEWS: Fix typo.
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2888,7 +2888,7 @@ This is like 'get-text-property', but works on the 'display' text property. +++ -** New function 'add-text-display-property'. +** New function 'add-display-text-property'. This is like 'put-text-property', but works on the 'display' text property. |