aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-07-08 19:49:45 +0300
committerEli Zaretskii2020-07-08 19:49:45 +0300
commit8cdfccfc9baa61dea6ecdca161c4ef2666e7df22 (patch)
treee4547029d03a444dc9d4e4bdd31c459f24db688f
parentb7058f95f599ede703cb1c2af58d3af103048841 (diff)
downloademacs-8cdfccfc9baa61dea6ecdca161c4ef2666e7df22.tar.gz
emacs-8cdfccfc9baa61dea6ecdca161c4ef2666e7df22.zip
; * etc/NEWS: Minor copyedits of the recent additions.
-rw-r--r--etc/NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 125457c609b..728c3f1bace 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -247,21 +247,22 @@ supplied error message.
247+++ 247+++
248** ElDoc 248** ElDoc
249 249
250*** New hook 'eldoc-documentation-functions' to be used for 250*** New hook 'eldoc-documentation-functions'.
251registering doc string functions. These functions don't need to 251This hook is intended to be used for registering doc string functions.
252produce the doc string right away, they may arrange for it to be 252These functions don't need to produce the doc string right away, they
253produced asynchronously. The results of all doc string functions 253may arrange for it to be produced asynchronously. The results of all
254accessible to the user through the existing single function hook 254doc string functions accessible to the user through the existing
255'eldoc-documentation-strategy. 255single function hook 'eldoc-documentation-strategy'.
256 256
257*** New user option 'eldoc-documentation-strategy' 257*** New user option 'eldoc-documentation-strategy'.
258The built-in choices available for this user option let users compose 258The built-in choices available for this user option let users compose
259the results of 'eldoc-documentation-functions' in various ways, even 259the results of 'eldoc-documentation-functions' in various ways, even
260if some of those functions are sychronous and some asynchchronous. 260if some of those functions are sychronous and some asynchchronous.
261The user option replaces 'eldoc-documentation-function', which is now 261The user option replaces 'eldoc-documentation-function', which is now
262obsolete. 262obsolete.
263 263
264*** The user option 'eldoc-echo-area-use-multiline-p' is now handled 264*** 'eldoc-echo-area-use-multiline-p' is now handled by ElDoc.
265The user option 'eldoc-echo-area-use-multiline-p' is now handled
265by the Eldoc library itself. Functions in 266by the Eldoc library itself. Functions in
266'eldoc-documentation-functions' don't need to worry about consulting 267'eldoc-documentation-functions' don't need to worry about consulting
267it when producing a doc string. 268it when producing a doc string.