aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/imenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index b766d0e624c..f56e7b50396 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -224,8 +224,8 @@ If non-nil this pattern is passed to `imenu--generic-function' to
224create a buffer index. 224create a buffer index.
225 225
226For example, see the value of `fortran-imenu-generic-expression' 226For example, see the value of `fortran-imenu-generic-expression'
227used by `fortran-mode' with `imenu-syntax-alist' set locally to 227used by `fortran-mode' with `imenu-syntax-alist' set locally so that
228give the characters which normally have \"symbol\" syntax 228characters which normally have \"symbol\" syntax are considered to have
229\"word\" syntax during matching.") 229\"word\" syntax during matching.")
230;;;###autoload(put 'imenu-generic-expression 'risky-local-variable t) 230;;;###autoload(put 'imenu-generic-expression 'risky-local-variable t)
231 231