diff options
| -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 | ||