comparison lisp/icomplete.el @ 95390:dbcab9d8dd2a

(icomplete-completions): Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 29 May 2008 17:40:20 +0000
parents 9d7e990b655a
children 436059aff075
comparison
equal deleted inserted replaced
95389:2f5519e129d2 95390:dbcab9d8dd2a
318 ;;"-prospects" - more than one candidate 318 ;;"-prospects" - more than one candidate
319 (prospects-len (+ (length determ) 6 ;; take {,...} into account 319 (prospects-len (+ (length determ) 6 ;; take {,...} into account
320 (string-width (buffer-string)))) 320 (string-width (buffer-string))))
321 (prospects-max 321 (prospects-max
322 ;; Max total length to use, including the minibuffer content. 322 ;; Max total length to use, including the minibuffer content.
323 (* (+ icomplete-max-minibuffer-height 323 (* (+ icomplete-prospects-height
324 ;; If the minibuffer content already uses up more than 324 ;; If the minibuffer content already uses up more than
325 ;; one line, increase the allowable space accordingly. 325 ;; one line, increase the allowable space accordingly.
326 (/ prospects-len (window-width))) 326 (/ prospects-len (window-width)))
327 (window-width))) 327 (window-width)))
328 (prefix-len 328 (prefix-len