summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-05-10 15:59:24 +0300
committerEli Zaretskii <eliz@gnu.org>2024-05-10 15:59:24 +0300
commit78761d699eed9e05bc4007927e63246c77c70ceb (patch)
treec77b044eeac04b13ec280ff2e07b0d9c08006392
parent3129fed4bec1137b7bb377594766b61ee76cd268 (diff)
downloademacs-78761d699eed9e05bc4007927e63246c77c70ceb.tar.gz
; * etc/NEWS: Announce user-level change in dictionary.el.
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d2bedd64b2c..bd68cd6d751 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1471,6 +1471,13 @@ name as a string. The new function
'dictionary-completing-read-dictionary' can be used to prompt with
completion based on dictionaries that the server supports.
+---
+*** The default value of 'dictionary-tooltip-dictionary' has changed.
+The new default value is t, which means use the same dictionary as the
+value of 'dictionary-default-dictionary'. The previous default value
+was nil, which effectively disabled 'dictionary-tooltip-mode', even if
+the mode was turned on.
+
** Pp
*** New 'pp-default-function' user option replaces 'pp-use-max-width'.