]> code.delx.au - gnu-emacs/commitdiff
(iswitchb-max-to-show): Update :type.
authorStephen Eglen <stephen@gnu.org>
Tue, 20 Apr 2004 10:01:29 +0000 (10:01 +0000)
committerStephen Eglen <stephen@gnu.org>
Tue, 20 Apr 2004 10:01:29 +0000 (10:01 +0000)
lisp/iswitchb.el

index 5ea1f856aca34edd072d34b1d584f8be60986f95..ff7000c84079ac6c70d61c9ff930da1041c2eb05 100644 (file)
@@ -304,7 +304,7 @@ 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)
+  :type '(choice (const :tag "Disable" nil) integer)
   :group 'iswitchb)
 
 (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help