]> code.delx.au - gnu-emacs/commitdiff
(imenu-generic-expression): Doc fix.
authorDave Love <fx@gnu.org>
Fri, 9 Feb 2001 15:41:08 +0000 (15:41 +0000)
committerDave Love <fx@gnu.org>
Fri, 9 Feb 2001 15:41:08 +0000 (15:41 +0000)
lisp/imenu.el

index 3f3a174abf643e659be2fd317007689ab5a26e6c..3a9a01b3df91a741ef9b7127bdabe5250aa491b1 100644 (file)
@@ -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)