aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1998-05-27 13:37:11 +0000
committerDave Love1998-05-27 13:37:11 +0000
commit90806abcfcaa932e30f80a2f530200b7811c5401 (patch)
tree246563c98c706a39a75b226f0780d6e0c455f7af
parent839ab81f109f7b9b82eb6e2d2f2b3b0b0bacb338 (diff)
downloademacs-90806abcfcaa932e30f80a2f530200b7811c5401.tar.gz
emacs-90806abcfcaa932e30f80a2f530200b7811c5401.zip
(imenu-syntax-alist): Doc fix.
-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