From 79e1c9d48819e838e9e4367d306a0f85113bec49 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Wed, 21 Apr 2004 09:47:11 +0000 Subject: [PATCH] Update iswitchb-max-to-show. --- lisp/iswitchb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index ff7000c8407..f3744a38337 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -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 -- 2.39.5