diff options
| author | Stephen Eglen | 2004-04-20 10:01:29 +0000 |
|---|---|---|
| committer | Stephen Eglen | 2004-04-20 10:01:29 +0000 |
| commit | 06f4589ab80fecc9f599f71927bca19e130f7041 (patch) | |
| tree | b5bfe18b09beabc77beed833a26f2c55d85b93fe | |
| parent | 5b6156fa6a66b32c9b5fbf8e7cc6e01ec85c9250 (diff) | |
| download | emacs-06f4589ab80fecc9f599f71927bca19e130f7041.tar.gz emacs-06f4589ab80fecc9f599f71927bca19e130f7041.zip | |
(iswitchb-max-to-show): Update :type.
| -rw-r--r-- | lisp/iswitchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 5ea1f856aca..ff7000c8407 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 | |||
| 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 |