mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
; * lisp/textmodes/ispell.el (ispell-aspell-find-dictionary): Doc fix.
This commit is contained in:
parent
d05f473285
commit
d802e56182
1 changed files with 2 additions and 2 deletions
|
|
@ -859,9 +859,9 @@ Assumes that value contains no whitespace."
|
||||||
(car (split-string (buffer-string)))))
|
(car (split-string (buffer-string)))))
|
||||||
|
|
||||||
(defun ispell-aspell-find-dictionary (dict-name)
|
(defun ispell-aspell-find-dictionary (dict-name)
|
||||||
"For Aspell dictionary DICT-NAME, return a list of parameters.
|
"Return the list of parameters for an Aspell dictionary DICT-NAME.
|
||||||
List format is that of `ispell-dictionary-base-alist' elements. Return
|
List format is that of `ispell-dictionary-base-alist' elements. Return
|
||||||
nil if no associated data file is found."
|
nil if no associated data file is found for the dictionary."
|
||||||
;; Make sure `ispell-aspell-dict-dir' is defined
|
;; Make sure `ispell-aspell-dict-dir' is defined
|
||||||
(or ispell-aspell-dict-dir
|
(or ispell-aspell-dict-dir
|
||||||
(setq ispell-aspell-dict-dir
|
(setq ispell-aspell-dict-dir
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue