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:
parent
13e702f06a
commit
29f313d7dc
@ -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…
Reference in New Issue
Block a user