]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-syntax-alist): Doc fix.
authorDave Love <fx@gnu.org>
Wed, 27 May 1998 13:37:11 +0000 (13:37 +0000)
committerDave Love <fx@gnu.org>
Wed, 27 May 1998 13:37:11 +0000 (13:37 +0000)
lisp/imenu.el

index 2b5e1276788b52f23f36fa954c1fa1bae56fb725..95fa9d4870a08fc94e155f228cbe276926231b1c 100644 (file)
@@ -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)