From a0f96c4b4b028c139e1ce5bf8416a94e05cd25c4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 11 May 2024 11:17:34 +0300 Subject: [PATCH] ; * lisp/net/dictionary.el (dictionary-default-strategy): Doc fix. (cherry picked from commit 3eca0bc307f02592a509d8c243a6c9ee9b8dea61) --- lisp/net/dictionary.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index e9bda442986..a70f5f75f87 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -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") -- 2.39.5