# HG changeset patch # User Stephen Eglen # Date 1082374958 0 # Node ID b1572d70d407e011c82517908759d8ac061e5402 # Parent 2f16978ce871725b7df6a14a64b3beafa4d6931a (iswitchb-max-to-show): Update documentation and :type information. diff -r 2f16978ce871 -r b1572d70d407 lisp/iswitchb.el --- 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