From 1447c4b10fd84bb6158152a837e1ca4ada773612 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 9 Feb 2001 15:41:08 +0000 Subject: [PATCH] (imenu-generic-expression): Doc fix. --- lisp/imenu.el | 8 ++++---- 1 file 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) -- 2.39.5