aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Távora2020-07-08 20:22:53 +0100
committerJoão Távora2020-07-08 20:23:12 +0100
commit9a7aab2d9e5f5a8f15c6f60130cae6be32b11f48 (patch)
tree21a81b6b3962e98fd1c2240bf36daed521da5ab6
parent6063b542f765e55f4e93a64e40f202fe4af7cce1 (diff)
downloademacs-9a7aab2d9e5f5a8f15c6f60130cae6be32b11f48.tar.gz
emacs-9a7aab2d9e5f5a8f15c6f60130cae6be32b11f48.zip
; * etc/NEWS (Eldoc): adjust NEWS entry.
-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