diff lisp/iswitchb.el @ 55038:ec9b32e16559

Update iswitchb-max-to-show.
author Stephen Eglen <stephen@gnu.org>
date Wed, 21 Apr 2004 09:47:11 +0000
parents cc3e44288fe8
children e1be47d1e62e
line wrap: on
line diff
--- a/lisp/iswitchb.el	Wed Apr 21 01:27:39 2004 +0000
+++ b/lisp/iswitchb.el	Wed Apr 21 09:47:11 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 :tag "Disable" nil) integer)
+  :type '(choice (const :tag "Show all" nil) integer)
   :group 'iswitchb)
 
 (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help