From: Noam Postavsky Date: Wed, 31 Jan 2018 03:58:21 +0000 (-0500) Subject: * lisp/imenu.el (imenu-generic-expression): Rephrase doc (Bug#30294). X-Git-Tag: emacs-26.1-rc1~270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c2fb04bee3bb14f4738f864687b03859b0a72ee;p=emacs.git * lisp/imenu.el (imenu-generic-expression): Rephrase doc (Bug#30294). --- 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 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)