]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/imenu.el (imenu-generic-expression): Rephrase doc (Bug#30294).
authorNoam Postavsky <npostavs@gmail.com>
Wed, 31 Jan 2018 03:58:21 +0000 (22:58 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 2 Feb 2018 00:26:40 +0000 (19:26 -0500)
lisp/imenu.el

index b766d0e624c32dc1ba3c9fed6a94733498bd2d31..f56e7b5039622efe0a5c468a62b84b9b7d51ce9c 100644 (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)