]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor docstring and comment fixes to ispell.el
authorReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 00:30:51 +0000 (00:30 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 19:43:49 +0000 (19:43 +0000)
lisp/textmodes/ispell.el (ispell-aspell-dictionary-alist): Mention
ispell-aspell-dictionary-alist, not ispell-dictionary-alist.
(ispell-set-spellchecker-params): Change double-single quotes to
single single quotes in comment.

lisp/textmodes/ispell.el

index 6733c75e1fa0fe7bf00a360bda02b2fa9522dfd0..c45b6203f0d0ad2a372150f08179c9f26b43aea0 100644 (file)
@@ -837,7 +837,7 @@ See `ispell-buffer-with-debug' for an example of use."
 Internal use.")
 
 (defun ispell-find-aspell-dictionaries ()
-  "Find Aspell's dictionaries, and record in `ispell-dictionary-alist'."
+  "Find Aspell's dictionaries, and record in `ispell-aspell-dictionary-alist'."
   (unless (and ispell-really-aspell ispell-encoding8-command)
     (error "This function only works with Aspell >= 0.60"))
   (let* ((dictionaries
@@ -1277,7 +1277,7 @@ aspell is used along with Emacs).")
 
       (run-hooks 'ispell-initialize-spellchecker-hook)
 
-      ;; Add dicts to ``ispell-dictionary-alist'' unless already present.
+      ;; Add dicts to `ispell-dictionary-alist' unless already present.
       (dolist (dict (append found-dicts-alist
                            ispell-base-dicts-override-alist
                            ispell-dictionary-base-alist))