+2008-05-29 Juanma Barranquero <lekktu@gmail.com>
+
+ * icomplete.el (icomplete-prospects-height): Add :group.
+
2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
* icomplete.el (icomplete-prospects-length): Make obsolete.
;; try to guess the number of lines used up by icomplete-prospects-length.
(+ 1 (/ (+ icomplete-prospects-length 20) (window-width)))
"Maximum number of lines to use in the minibuffer."
- :type 'integer)
+ :type 'integer
+ :group 'icomplete)
(defcustom icomplete-compute-delay .3
"Completions-computation stall, used only with large-number completions.