aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-02-09 15:41:08 +0000
committerDave Love2001-02-09 15:41:08 +0000
commit1447c4b10fd84bb6158152a837e1ca4ada773612 (patch)
tree993bd6152fc0a059bf647dcc6f849f8670326247
parent45974ac693cf8da2fb17ef841a332c1f0b2de3ff (diff)
downloademacs-1447c4b10fd84bb6158152a837e1ca4ada773612.tar.gz
emacs-1447c4b10fd84bb6158152a837e1ca4ada773612.zip
(imenu-generic-expression): Doc fix.
-rw-r--r--lisp/imenu.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index 3f3a174abf6..3a9a01b3df9 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -204,13 +204,13 @@ function, variable or type) that is to appear in the menu.
204The variable is buffer-local. 204The variable is buffer-local.
205 205
206The variable `imenu-case-fold-search' determines whether or not the 206The variable `imenu-case-fold-search' determines whether or not the
207regexp matches are case sensitive. and `imenu-syntax-alist' can be 207regexp matches are case sensitive, and `imenu-syntax-alist' can be
208used to alter the syntax table for the search. 208used to alter the syntax table for the search.
209 209
210For example, see the value of `lisp-imenu-generic-expression' used by 210For example, see the value of `lisp-imenu-generic-expression' used by
211`lisp-mode' and `emacs-lisp-mode' with `imenu-syntax-alist' set 211`fortran-mode' with `imenu-syntax-alist' set locally to give the
212locally to give the characters which normally have \"punctuation\" 212characters which normally have \"symbol\" syntax \"word\" syntax
213syntax \"word\" syntax during matching.") 213during matching.")
214 214
215;;;###autoload 215;;;###autoload
216(make-variable-buffer-local 'imenu-generic-expression) 216(make-variable-buffer-local 'imenu-generic-expression)