1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

Update iswitchb-max-to-show.

This commit is contained in:
Stephen Eglen 2004-04-21 09:47:11 +00:00
parent 02f32cf00f
commit 79e1c9d488

View 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