aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/imenu.el2
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
650a string, all the characters in the string get the specified syntax. 650a string, all the characters in the string get the specified syntax.
651 651
652This is typically used to give word syntax to characters which 652This is typically used to give word syntax to characters which
653normallsymbol syntax to simplify `imenu-expression' 653normally have symbol syntax to simplify `imenu-expression'
654and speed-up matching.") 654and speed-up matching.")
655(make-variable-buffer-local 'imenu-syntax-alist) 655(make-variable-buffer-local 'imenu-syntax-alist)
656 656