aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ispell4.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index bef4b8c7890..5776d2d3a28 100644
--- a/lisp/textmodes/ispell4.el
+++ b/lisp/textmodes/ispell4.el
@@ -896,7 +896,7 @@ See also `ispell-look-dictionary' and `ispell-gnu-look-still-broken-p'."
896 (message "Making completion list...") 896 (message "Making completion list...")
897 (if (string-equal completion "") (delete-region bow (point))) 897 (if (string-equal completion "") (delete-region bow (point)))
898 (let ((list (all-completions prefix ispell-lookup-completions-alist))) 898 (let ((list (all-completions prefix ispell-lookup-completions-alist)))
899 (with-output-to-temp-buffer " *Completions*" 899 (with-output-to-temp-buffer "*Completions*"
900 (display-completion-list list))) 900 (display-completion-list list)))
901 (message "Making completion list...done"))))) 901 (message "Making completion list...done")))))
902 902