]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/ispell.el (ispell-use-framepop-p): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 2 May 2018 19:39:30 +0000 (15:39 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 May 2018 19:39:30 +0000 (15:39 -0400)
lisp/textmodes/ispell.el

index 18bf2630e58720b87688a7a7694617323cd88cee..1dc396508619303e2fa2679f15744324b7bbc3d5 100644 (file)
@@ -326,11 +326,13 @@ The function must take one string argument and return a string."
   :type 'function
   :group 'ispell)
 
+;; FIXME framepop.el last updated c 2003 (?),
+;; probably something else replaces it these days.
 (defcustom ispell-use-framepop-p nil
   "When non-nil ispell uses framepop to display choices in a dedicated frame.
 You can set this variable to dynamically use framepop if you are in a
 window system by evaluating the following on startup to set this variable:
-  (and window-system (condition-case () (require \\='framepop) (error nil)))"
+  (and (display-graphic-p) (require \\='framepop nil t))"
   :type 'boolean
   :group 'ispell)