aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aae4cd5d2d6..07403f2fb63 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -251,8 +251,8 @@ supplied error message.
251This hook is intended to be used for registering doc string functions. 251This hook is intended to be used for registering doc string functions.
252These functions don't need to produce the doc string right away, they 252These functions don't need to produce the doc string right away, they
253may arrange for it to be produced asynchronously. The results of all 253may arrange for it to be produced asynchronously. The results of all
254doc string functions is accessible to the user through the existing 254doc string functions are accessible to the user through the existing
255single function hook 'eldoc-documentation-strategy'. 255variable '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