1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 14:18:32 +00:00

(icomplete-completions): Typo.

This commit is contained in:
Stefan Monnier 2008-05-29 17:40:20 +00:00
parent 13e702f06a
commit 29f313d7dc

View 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)))