diff options
| author | Reuben Thomas | 2016-12-13 00:30:51 +0000 |
|---|---|---|
| committer | Reuben Thomas | 2016-12-13 19:43:49 +0000 |
| commit | 97f327d8de4d4f37b6cd90ab91f895a20a9de80c (patch) | |
| tree | 50942e1875bd67d068479ee9e4b4b7fc6ce61586 | |
| parent | 94834bdf94a89d8687638068e15a05f963dee60b (diff) | |
| download | emacs-97f327d8de4d4f37b6cd90ab91f895a20a9de80c.tar.gz emacs-97f327d8de4d4f37b6cd90ab91f895a20a9de80c.zip | |
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.
| -rw-r--r-- | lisp/textmodes/ispell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 6733c75e1fa..c45b6203f0d 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." | |||
| 837 | Internal use.") | 837 | Internal use.") |
| 838 | 838 | ||
| 839 | (defun ispell-find-aspell-dictionaries () | 839 | (defun ispell-find-aspell-dictionaries () |
| 840 | "Find Aspell's dictionaries, and record in `ispell-dictionary-alist'." | 840 | "Find Aspell's dictionaries, and record in `ispell-aspell-dictionary-alist'." |
| 841 | (unless (and ispell-really-aspell ispell-encoding8-command) | 841 | (unless (and ispell-really-aspell ispell-encoding8-command) |
| 842 | (error "This function only works with Aspell >= 0.60")) | 842 | (error "This function only works with Aspell >= 0.60")) |
| 843 | (let* ((dictionaries | 843 | (let* ((dictionaries |
| @@ -1277,7 +1277,7 @@ aspell is used along with Emacs).") | |||
| 1277 | 1277 | ||
| 1278 | (run-hooks 'ispell-initialize-spellchecker-hook) | 1278 | (run-hooks 'ispell-initialize-spellchecker-hook) |
| 1279 | 1279 | ||
| 1280 | ;; Add dicts to ``ispell-dictionary-alist'' unless already present. | 1280 | ;; Add dicts to `ispell-dictionary-alist' unless already present. |
| 1281 | (dolist (dict (append found-dicts-alist | 1281 | (dolist (dict (append found-dicts-alist |
| 1282 | ispell-base-dicts-override-alist | 1282 | ispell-base-dicts-override-alist |
| 1283 | ispell-dictionary-base-alist)) | 1283 | ispell-dictionary-base-alist)) |