]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-complete-word): Likewise.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Jun 1994 23:00:40 +0000 (23:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Jun 1994 23:00:40 +0000 (23:00 +0000)
lisp/textmodes/ispell4.el

index bef4b8c7890692919c4c320dd858523299c00403..5776d2d3a2812d659cad0f039ca39a4cf3f8f31e 100644 (file)
@@ -896,7 +896,7 @@ See also `ispell-look-dictionary' and `ispell-gnu-look-still-broken-p'."
       (message "Making completion list...")
       (if (string-equal completion "") (delete-region bow (point)))
       (let ((list (all-completions prefix ispell-lookup-completions-alist)))
-        (with-output-to-temp-buffer " *Completions*"
+        (with-output-to-temp-buffer "*Completions*"
           (display-completion-list list)))
       (message "Making completion list...done")))))