aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2018-01-30 22:58:21 -0500
committerNoam Postavsky2018-02-01 19:26:40 -0500
commit1c2fb04bee3bb14f4738f864687b03859b0a72ee (patch)
treeb7c976ad422ad3543bff4fadf18a02bfb7e72f60
parentb90e91ca54d7fd47047edf4d1b9c49268e31e487 (diff)
downloademacs-1c2fb04bee3bb14f4738f864687b03859b0a72ee.tar.gz
emacs-1c2fb04bee3bb14f4738f864687b03859b0a72ee.zip
* lisp/imenu.el (imenu-generic-expression): Rephrase doc (Bug#30294).
-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