diff options
| author | Richard M. Stallman | 1994-06-10 23:00:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-10 23:00:40 +0000 |
| commit | 03cb20991eb46775dd9a6c0292bce4da8a6b9c40 (patch) | |
| tree | f88f89b5bc546c4c4c779a137b12b023b05b34e1 | |
| parent | 31480010d5514790f929954441a902ab40031a41 (diff) | |
| download | emacs-03cb20991eb46775dd9a6c0292bce4da8a6b9c40.tar.gz emacs-03cb20991eb46775dd9a6c0292bce4da8a6b9c40.zip | |
(ispell-complete-word): Likewise.
| -rw-r--r-- | lisp/textmodes/ispell4.el | 2 |
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 | ||