1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00

* lisp/imenu.el (imenu-generic-expression): Rephrase doc (Bug#30294).

This commit is contained in:
Noam Postavsky 2018-01-30 22:58:21 -05:00
parent b90e91ca54
commit 1c2fb04bee

View file

@ -224,8 +224,8 @@ If non-nil this pattern is passed to `imenu--generic-function' to
create a buffer index.
For example, see the value of `fortran-imenu-generic-expression'
used by `fortran-mode' with `imenu-syntax-alist' set locally to
give the characters which normally have \"symbol\" syntax
used by `fortran-mode' with `imenu-syntax-alist' set locally so that
characters which normally have \"symbol\" syntax are considered to have
\"word\" syntax during matching.")
;;;###autoload(put 'imenu-generic-expression 'risky-local-variable t)