changeset 54985:b1572d70d407

(iswitchb-max-to-show): Update documentation and :type information.
author Stephen Eglen <stephen@gnu.org>
date Mon, 19 Apr 2004 11:42:38 +0000
parents 2f16978ce871
children 82f3f56ffbf1
files lisp/iswitchb.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/iswitchb.el	Mon Apr 19 11:32:03 2004 +0000
+++ b/lisp/iswitchb.el	Mon Apr 19 11:42:38 2004 +0000
@@ -300,9 +300,11 @@
 
 (defcustom iswitchb-max-to-show nil
   "*If non-nil, limit the number of names shown in the minibuffer.
-This can greatly speed up iswitchb if you have a multitude of
-buffers open."
-  :type 'integer
+If this value is N, and N is greater than the number of matching
+buffers, the first N/2 and the last N/2 matching buffers are
+shown.  This can greatly speed up iswitchb if you have a
+multitude of buffers open."
+  :type '(choice (const nil) integer)
   :group 'iswitchb)
 
 (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help