diff options
| author | Dave Love | 1998-05-27 13:37:11 +0000 |
|---|---|---|
| committer | Dave Love | 1998-05-27 13:37:11 +0000 |
| commit | 90806abcfcaa932e30f80a2f530200b7811c5401 (patch) | |
| tree | 246563c98c706a39a75b226f0780d6e0c455f7af | |
| parent | 839ab81f109f7b9b82eb6e2d2f2b3b0b0bacb338 (diff) | |
| download | emacs-90806abcfcaa932e30f80a2f530200b7811c5401.tar.gz emacs-90806abcfcaa932e30f80a2f530200b7811c5401.zip | |
(imenu-syntax-alist): Doc fix.
| -rw-r--r-- | lisp/imenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index 2b5e1276788..95fa9d4870a 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el | |||
| @@ -650,7 +650,7 @@ cdr is a syntax description appropriate fo `modify-syntax-entry'. For | |||
| 650 | a string, all the characters in the string get the specified syntax. | 650 | a string, all the characters in the string get the specified syntax. |
| 651 | 651 | ||
| 652 | This is typically used to give word syntax to characters which | 652 | This is typically used to give word syntax to characters which |
| 653 | normallsymbol syntax to simplify `imenu-expression' | 653 | normally have symbol syntax to simplify `imenu-expression' |
| 654 | and speed-up matching.") | 654 | and speed-up matching.") |
| 655 | (make-variable-buffer-local 'imenu-syntax-alist) | 655 | (make-variable-buffer-local 'imenu-syntax-alist) |
| 656 | 656 | ||