diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-14 16:57:05 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-14 16:57:05 +0100 |
commit | aa3a48510b9f3397af6afdcde899ec85c6cb27fe (patch) | |
tree | 1364cf39741bc449b40cef31cae2e8cdc6c4e195 | |
parent | 0334ac671c228bc967cff6a37c335f04491dd0e7 (diff) | |
download | emacs-aa3a48510b9f3397af6afdcde899ec85c6cb27fe.tar.gz emacs-aa3a48510b9f3397af6afdcde899ec85c6cb27fe.tar.bz2 emacs-aa3a48510b9f3397af6afdcde899ec85c6cb27fe.zip |
Fix missing ' in NEWS
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2088,7 +2088,7 @@ first). ** The 'M-o M-s' and 'M-o M-S' global bindings have been removed. Use 'M-x center-line' and 'M-x center-paragraph' instead. -** The 'M-o M-o global binding have been removed. +** The 'M-o M-o' global binding have been removed. Use 'M-x font-lock-fontify-block' instead. ** In 'f90-mode', the backslash character ('\') no longer escapes. |