aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2008-05-29 17:40:20 +0000
committerStefan Monnier2008-05-29 17:40:20 +0000
commit29f313d7dca839ff2123b08e84352a5caf31aa89 (patch)
tree7796936eb91b88205e7c647d35cca5308ab4cd10 /lisp
parent13e702f06ae1003d6752dd36107a4b0449fb923e (diff)
downloademacs-29f313d7dca839ff2123b08e84352a5caf31aa89.tar.gz
emacs-29f313d7dca839ff2123b08e84352a5caf31aa89.zip
(icomplete-completions): Typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/icomplete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 02fb4c76214..5e2639bb566 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -320,7 +320,7 @@ are exhibited within the square braces.)"
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)))