diff options
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 7d5bb6dbc59..0f1806c8888 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2323,7 +2323,7 @@ Global `ispell-quit' set to start location to continue spell session." (run-hooks 'ispell-update-post-hook) ;; ensure word is visible - (if (not (pos-visible-in-window-p end nil nil t)) + (if (not (pos-visible-in-window-group-p end)) (sit-for 0)) ;; Display choices for misspelled word. |