diff options
author | Alex Branham <alex.branham@gmail.com> | 2018-08-31 08:05:06 -0500 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2018-09-12 15:20:25 +0200 |
commit | 1c22f037fddb6dd9ea3b89ed25543f83c1e147ce (patch) | |
tree | b3e314169324ab199f8b06079c70e27e6cae1329 /doc/emacs/programs.texi | |
parent | ee843895cb5aaac9837162bfe740067e9a5d2403 (diff) | |
download | emacs-1c22f037fddb6dd9ea3b89ed25543f83c1e147ce.tar.gz emacs-1c22f037fddb6dd9ea3b89ed25543f83c1e147ce.tar.bz2 emacs-1c22f037fddb6dd9ea3b89ed25543f83c1e147ce.zip |
Increase default value for imenu-auto-rescan-maxout
* lisp/imenu.el (imenu-auto-rescan-maxout): Increase default value to
600000. (Bug#18426)
* doc/emacs/programs.texi (imenu-auto-rescan-maxout): Add
documentation for imenu-auto-rescan-maxout.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 138f82a6bfe..46711aaf305 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -308,6 +308,10 @@ Rescanning happens automatically if you set @code{imenu-auto-rescan} to a non-@code{nil} value. There is no need to rescan because of small changes in the text. +@vindex imenu-auto-rescan-maxout + @code{imenu-auto-rescan} will be disabled in buffers that are larger +than @code{imenu-auto-rescan-maxout} in bytes. + @vindex imenu-sort-function You can customize the way the menus are sorted by setting the variable @code{imenu-sort-function}. By default, names are ordered as |