summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorStephen Eglen <stephen@gnu.org>2004-04-21 09:47:11 +0000
committerStephen Eglen <stephen@gnu.org>2004-04-21 09:47:11 +0000
commit79e1c9d48819e838e9e4367d306a0f85113bec49 (patch)
treefaa4ced150fd4a0dfd85bb5b396dd7c86d032f70 /lisp/iswitchb.el
parent02f32cf00f49b2c031935ddcec4a50f2b91792ea (diff)
downloademacs-79e1c9d48819e838e9e4367d306a0f85113bec49.tar.gz
Update iswitchb-max-to-show.
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r--lisp/iswitchb.el2
1 files changed, 1 insertions, 1 deletions
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