aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-10 23:00:40 +0000
committerRichard M. Stallman1994-06-10 23:00:40 +0000
commit03cb20991eb46775dd9a6c0292bce4da8a6b9c40 (patch)
treef88f89b5bc546c4c4c779a137b12b023b05b34e1
parent31480010d5514790f929954441a902ab40031a41 (diff)
downloademacs-03cb20991eb46775dd9a6c0292bce4da8a6b9c40.tar.gz
emacs-03cb20991eb46775dd9a6c0292bce4da8a6b9c40.zip
(ispell-complete-word): Likewise.
-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