]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/dictionary.el (dictionary-default-strategy): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 May 2024 08:17:34 +0000 (11:17 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:49:03 +0000 (17:49 +0200)
(cherry picked from commit 3eca0bc307f02592a509d8c243a6c9ee9b8dea61)

lisp/net/dictionary.el

index e9bda442986ef3fbeabe97f770cc784b70421c6f..a70f5f75f87a5b607cd741045549a1e7fc1d84e6 100644 (file)
@@ -115,7 +115,15 @@ via `dictionary-dictionaries'."
 
 (defcustom dictionary-default-strategy
   "."
-  "The default strategy for listing matching words."
+  "The default strategy for listing matching words.
+The value should be a string.  The special value \".\" means
+the default search strategy for `dictionary-server' in use.
+Other values are specific to servers and dictionaries.
+In a `dictionary-mode' buffer, you can use
+\\[dictionary-select-strategy] to change the buffer-local value;
+it will show the available strategies from which you can choose.
+To change the value for other buffers, customize this option
+using \\[customize-option]."
   :group 'dictionary
   :type 'string
   :version "28.1")