summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2020-07-08 20:22:53 +0100
committerJoão Távora <joaotavora@gmail.com>2020-07-08 20:23:12 +0100
commit9a7aab2d9e5f5a8f15c6f60130cae6be32b11f48 (patch)
tree21a81b6b3962e98fd1c2240bf36daed521da5ab6
parent6063b542f765e55f4e93a64e40f202fe4af7cce1 (diff)
downloademacs-9a7aab2d9e5f5a8f15c6f60130cae6be32b11f48.tar.gz
emacs-9a7aab2d9e5f5a8f15c6f60130cae6be32b11f48.tar.bz2
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.
This hook is intended to be used for registering doc string functions.
These functions don't need to produce the doc string right away, they
may arrange for it to be produced asynchronously. The results of all
-doc string functions is accessible to the user through the existing
-single function hook 'eldoc-documentation-strategy'.
+doc string functions are accessible to the user through the existing
+variable 'eldoc-documentation-strategy'.
*** New user option 'eldoc-documentation-strategy'.
The built-in choices available for this user option let users compose