(icomplete-completions): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 May 2008 17:40:20 +0000 (17:40 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 29 May 2008 17:40:20 +0000 (17:40 +0000)
lisp/icomplete.el

index 02fb4c7..5e2639b 100644 (file)
@@ -320,7 +320,7 @@ are exhibited within the square braces.)"
                                (string-width (buffer-string))))
              (prospects-max
               ;; Max total length to use, including the minibuffer content.
-              (* (+ icomplete-max-minibuffer-height
+              (* (+ icomplete-prospects-height
                     ;; If the minibuffer content already uses up more than
                     ;; one line, increase the allowable space accordingly.
                     (/ prospects-len (window-width)))