(icomplete-completions): Typo.
This commit is contained in:
parent
13e702f06a
commit
29f313d7dc
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue