]> git.eshelyaron.com Git - emacs.git/commitdiff
Update iswitchb-max-to-show.
authorStephen Eglen <stephen@gnu.org>
Wed, 21 Apr 2004 09:47:11 +0000 (09:47 +0000)
committerStephen Eglen <stephen@gnu.org>
Wed, 21 Apr 2004 09:47:11 +0000 (09:47 +0000)
lisp/iswitchb.el

index ff7000c84079ac6c70d61c9ff930da1041c2eb05..f3744a38337d79d88ce02acf4ec70c3b76adf3d2 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 :tag "Disable" nil) integer)
+  :type '(choice (const :tag "Show all" nil) integer)
   :group 'iswitchb)
 
 (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help