changeset 36013:fc00137bf0bf

(imenu-generic-expression): Doc fix.
author Dave Love <fx@gnu.org>
date Fri, 09 Feb 2001 15:41:08 +0000
parents e178314a581e
children d1b830bb399c
files lisp/imenu.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/imenu.el	Fri Feb 09 15:37:42 2001 +0000
+++ b/lisp/imenu.el	Fri Feb 09 15:41:08 2001 +0000
@@ -204,13 +204,13 @@
 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)