emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 97f327d 22/23: Minor docstring and comment fixes to


From: Reuben Thomas
Subject: [Emacs-diffs] master 97f327d 22/23: Minor docstring and comment fixes to ispell.el
Date: Tue, 13 Dec 2016 19:44:37 +0000 (UTC)

branch: master
commit 97f327d8de4d4f37b6cd90ab91f895a20a9de80c
Author: Reuben Thomas <address@hidden>
Commit: Reuben Thomas <address@hidden>

    Minor docstring and comment fixes to ispell.el
    
    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 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 6733c75..c45b620 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]