diff lisp/iswitchb.el @ 55001:cc3e44288fe8

(iswitchb-max-to-show): Update :type.
author Stephen Eglen <stephen@gnu.org>
date Tue, 20 Apr 2004 10:01:29 +0000
parents b1572d70d407
children ec9b32e16559
line wrap: on
line diff
--- a/lisp/iswitchb.el	Tue Apr 20 08:20:26 2004 +0000
+++ b/lisp/iswitchb.el	Tue Apr 20 10:01:29 2004 +0000
@@ -304,7 +304,7 @@
 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