]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove remaining mentions of XEmacs from ispell.el
authorReuben Thomas <rrt@sc3d.org>
Sun, 4 Dec 2016 14:39:42 +0000 (14:39 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 19:43:49 +0000 (19:43 +0000)
* lisp/textmodes/ispell.el (ispell-valid-dictionary-list):
(ispell-add-per-file-word-list): Remove mentions of XEmacs from
comments.

lisp/textmodes/ispell.el

index c2d6d60bb7980f8b1868f00c354b483b9465e9a8..3abefdc2efffa20cb2061ec4b749441f3f451a3f 100644 (file)
@@ -1331,8 +1331,7 @@ aspell is used along with Emacs).")
   "Return a list of valid dictionaries.
 The variable `ispell-library-directory' defines their location."
   ;; Initialize variables and dictionaries alists for desired spellchecker.
-  ;; Make sure ispell.el is loaded to avoid some autoload loops in XEmacs
-  ;; (and may be others)
+  ;; Make sure ispell.el is loaded to avoid some autoload loops.
   (if (featurep 'ispell)
       (ispell-set-spellchecker-params))
 
@@ -4189,6 +4188,6 @@ Both should not be used to define a buffer-local dictionary."
 ; LocalWords:  minipage pers dict unhighlight buf grep sync prev inc
 ; LocalWords:  fn oldot NB AIX msg init read's bufs pt cmd Quinlan eg
 ; LocalWords:  uuencoded unidiff sc nn VM SGML eval IspellPersDict
-; LocalWords:  lns XEmacs HTML casechars Multibyte
+; LocalWords:  lns HTML casechars Multibyte
 
 ;;; ispell.el ends here