diff options
| author | Dave Love | 2001-02-09 15:41:08 +0000 |
|---|---|---|
| committer | Dave Love | 2001-02-09 15:41:08 +0000 |
| commit | 1447c4b10fd84bb6158152a837e1ca4ada773612 (patch) | |
| tree | 993bd6152fc0a059bf647dcc6f849f8670326247 | |
| parent | 45974ac693cf8da2fb17ef841a332c1f0b2de3ff (diff) | |
| download | emacs-1447c4b10fd84bb6158152a837e1ca4ada773612.tar.gz emacs-1447c4b10fd84bb6158152a837e1ca4ada773612.zip | |
(imenu-generic-expression): Doc fix.
| -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. | |||
| 204 | The variable is buffer-local. | 204 | The variable is buffer-local. |
| 205 | 205 | ||
| 206 | The variable `imenu-case-fold-search' determines whether or not the | 206 | The variable `imenu-case-fold-search' determines whether or not the |
| 207 | regexp matches are case sensitive. and `imenu-syntax-alist' can be | 207 | regexp matches are case sensitive, and `imenu-syntax-alist' can be |
| 208 | used to alter the syntax table for the search. | 208 | used to alter the syntax table for the search. |
| 209 | 209 | ||
| 210 | For example, see the value of `lisp-imenu-generic-expression' used by | 210 | For 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 |
| 212 | locally to give the characters which normally have \"punctuation\" | 212 | characters which normally have \"symbol\" syntax \"word\" syntax |
| 213 | syntax \"word\" syntax during matching.") | 213 | during matching.") |
| 214 | 214 | ||
| 215 | ;;;###autoload | 215 | ;;;###autoload |
| 216 | (make-variable-buffer-local 'imenu-generic-expression) | 216 | (make-variable-buffer-local 'imenu-generic-expression) |