diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2023-04-01 17:04:50 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2023-04-01 17:04:50 +0200 |
commit | b39c3cd1125590bf4b77880b41ac08b29cdfcff6 (patch) | |
tree | 3361069df03d41b3108dd3814f2a246334fe4147 /etc/NEWS | |
parent | 89ac5ba11c773764f418c92ab47a237287a0d233 (diff) | |
download | emacs-b39c3cd1125590bf4b77880b41ac08b29cdfcff6.tar.gz emacs-b39c3cd1125590bf4b77880b41ac08b29cdfcff6.tar.bz2 emacs-b39c3cd1125590bf4b77880b41ac08b29cdfcff6.zip |
; * etc/NEWS: Fix typos.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -795,7 +795,7 @@ part of the buffer. +++ ** New user option 'set-message-functions'. -It allows more flexible control of how echo-area message are displayed +It allows more flexible control of how echo-area messages are displayed by adding functions to this list. The default value is a list of one element: 'set-minibuffer-message', which displays echo-area messages at the end of the minibuffer text when the minibuffer is active. |