]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of 'ispell-hunspell-add-multi-dic'
authorEli Zaretskii <eliz@gnu.org>
Mon, 30 Aug 2021 12:48:35 +0000 (15:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Aug 2021 12:48:35 +0000 (15:48 +0300)
* lisp/textmodes/ispell.el (ispell-hunspell-add-multi-dic):
Explain in the doc string how to call from Lisp.  (Bug#50241)

lisp/textmodes/ispell.el

index 67852998f42236fac8646a04bd92620cf3b26596..632b00111ab89ccf67ae450f7be93a8980f04895 100644 (file)
@@ -1039,7 +1039,11 @@ did."
 
 Invoke this command before you want to start Hunspell for the first time
 with a particular combination of dictionaries.  The first dictionary
-in the list must have an affix file where Hunspell affix files are kept."
+in the list must have an affix file where Hunspell affix files are kept.
+
+If you invoke this from Lisp, make sure to precede it with
+a call to `ispell-set-spellchecker-params', as `ispell-change-dictionary'
+calls it only when invoked interactively."
   (interactive "sMulti-dictionary combination: ")
   ;; Make sure the first dictionary in the list is known to us.
   (let ((first-dict (car (split-string dict "," t))))