diff options
author | Dave Love <fx@gnu.org> | 2001-02-09 15:41:08 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-02-09 15:41:08 +0000 |
commit | 1447c4b10fd84bb6158152a837e1ca4ada773612 (patch) | |
tree | 993bd6152fc0a059bf647dcc6f849f8670326247 /lisp/imenu.el | |
parent | 45974ac693cf8da2fb17ef841a332c1f0b2de3ff (diff) | |
download | emacs-1447c4b10fd84bb6158152a837e1ca4ada773612.tar.gz |
(imenu-generic-expression): Doc fix.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 8 |
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. The variable is buffer-local. The variable `imenu-case-fold-search' determines whether or not the -regexp matches are case sensitive. and `imenu-syntax-alist' can be +regexp matches are case sensitive, and `imenu-syntax-alist' can be used to alter the syntax table for the search. For example, see the value of `lisp-imenu-generic-expression' used by -`lisp-mode' and `emacs-lisp-mode' with `imenu-syntax-alist' set -locally to give the characters which normally have \"punctuation\" -syntax \"word\" syntax during matching.") +`fortran-mode' with `imenu-syntax-alist' set locally to give the +characters which normally have \"symbol\" syntax \"word\" syntax +during matching.") ;;;###autoload (make-variable-buffer-local 'imenu-generic-expression) |