changeset 55001:cc3e44288fe8

(iswitchb-max-to-show): Update :type.
author Stephen Eglen <stephen@gnu.org>
date Tue, 20 Apr 2004 10:01:29 +0000
parents 9bc85207b164
children 8e406d7e53be
files lisp/iswitchb.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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