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