diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-13 14:07:13 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-13 14:30:09 +0200 |
commit | 36ae1c721ab4bd610087d353d6bd255a20b2f59b (patch) | |
tree | 907137966a98bcd1d7d21a8fd05fe3014746562c /doc/emacs/programs.texi | |
parent | 3bd3e005981bea239d396193b9cca1f8919d25ff (diff) | |
download | emacs-36ae1c721ab4bd610087d353d6bd255a20b2f59b.tar.gz |
Make imenu-flush-cache into a function
* doc/emacs/programs.texi (Imenu): Remove documentation.
* lisp/imenu.el (imenu-flush-cache): Make into a function, since
this isn't supposed to be used interactively.
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 2b27d4e13c6..2720bdda6f7 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -280,11 +280,6 @@ changes in the text. than @code{imenu-auto-rescan-maxout} in bytes, and scanning is stopped if it takes more than @code{imenu-max-index-time} seconds. -@findex imenu-flush-cache - You can force Imenu to forget the buffer's index with @w{@kbd{M-x -imenu-flush-cache @key{RET}}}. This causes Imenu to rescan the -current buffer next time you invoke @kbd{M-g i} in that buffer. - @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 |