comparison lisp/iswitchb.el @ 55001:cc3e44288fe8

(iswitchb-max-to-show): Update :type.
author Stephen Eglen <stephen@gnu.org>
date Tue, 20 Apr 2004 10:01:29 +0000
parents b1572d70d407
children ec9b32e16559
comparison
equal deleted inserted replaced
55000:9bc85207b164 55001:cc3e44288fe8
302 "*If non-nil, limit the number of names shown in the minibuffer. 302 "*If non-nil, limit the number of names shown in the minibuffer.
303 If this value is N, and N is greater than the number of matching 303 If this value is N, and N is greater than the number of matching
304 buffers, the first N/2 and the last N/2 matching buffers are 304 buffers, the first N/2 and the last N/2 matching buffers are
305 shown. This can greatly speed up iswitchb if you have a 305 shown. This can greatly speed up iswitchb if you have a
306 multitude of buffers open." 306 multitude of buffers open."
307 :type '(choice (const nil) integer) 307 :type '(choice (const :tag "Disable" nil) integer)
308 :group 'iswitchb) 308 :group 'iswitchb)
309 309
310 (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help 310 (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help
311 "*Hook run when `iswitchb-complete' can't complete any more. 311 "*Hook run when `iswitchb-complete' can't complete any more.
312 The most useful values are `iswitchb-completion-help', which pops up a 312 The most useful values are `iswitchb-completion-help', which pops up a