diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-01-13 21:11:46 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-01-13 21:11:46 +0100 |
commit | 08cd247fbdf75daee8ad2ee78b9f8ec70ff8e30f (patch) | |
tree | 4478004250173c550db25efdbede4eddd6fc7d1e | |
parent | d645628e3cf6ebe5eaea3b40100bd77b9c823f8b (diff) | |
download | emacs-08cd247fbdf75daee8ad2ee78b9f8ec70ff8e30f.tar.gz emacs-08cd247fbdf75daee8ad2ee78b9f8ec70ff8e30f.tar.bz2 emacs-08cd247fbdf75daee8ad2ee78b9f8ec70ff8e30f.zip |
; * etc/NEWS: Fix typo.
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -337,9 +337,9 @@ answers, but also function keys like 'F1', character events such as 'C-M-h', and control characters like 'C-h'. ** Lexical binding is now used when evaluating interactive Elisp forms. -More specifically, lexical-binding is now used for 'M-:', '--eval', as -well as in lisp-interaction-mode and ielm-mode, used in the "*scratch*" -and "*ielm*" buffers. +More specifically, 'lexical-binding' is now used for 'M-:', '--eval', +as well as in 'lisp-interaction-mode' and 'ielm-mode', used in the +"*scratch*" and "*ielm*" buffers. --- ** The new user option 'tooltip-resize-echo-area' avoids truncating |