summaryrefslogtreecommitdiff
path: root/lisp/complete.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-10 23:01:33 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-10 23:01:33 +0000
commit6dfa2a60d4b11a37d4e06595d9c6f8fcf4df9387 (patch)
tree2f2dc5afd9c35c567a47365666fd21e31b2b9014 /lisp/complete.el
parent8b99148dfbb40f725ea6dd143604e57f071b28d3 (diff)
downloademacs-6dfa2a60d4b11a37d4e06595d9c6f8fcf4df9387.tar.gz
(PC-do-completion): Likewise.
Diffstat (limited to 'lisp/complete.el')
-rw-r--r--lisp/complete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index b9c759588bc..8a52c553bf5 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -523,7 +523,7 @@ See `PC-complete' for details."
;; If totally ambiguous, display a list of completions
(if (or completion-auto-help
(eq mode 'help))
- (with-output-to-temp-buffer " *Completions*"
+ (with-output-to-temp-buffer "*Completions*"
(display-completion-list (sort helpposs 'string-lessp)))
(PC-temp-minibuffer-message " (Next char not unique)"))
nil)))))