From: Dave Love Date: Wed, 27 May 1998 13:37:11 +0000 (+0000) Subject: (imenu-syntax-alist): Doc fix. X-Git-Tag: emacs-20.3~817 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90806abcfcaa932e30f80a2f530200b7811c5401;p=emacs.git (imenu-syntax-alist): Doc fix. --- 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 a string, all the characters in the string get the specified syntax. This is typically used to give word syntax to characters which -normallsymbol syntax to simplify `imenu-expression' +normally have symbol syntax to simplify `imenu-expression' and speed-up matching.") (make-variable-buffer-local 'imenu-syntax-alist)