comparison lisp/imenu.el @ 46981:db48206dc290

(imenu-syntax-alist): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 20 Aug 2002 20:34:33 +0000
parents 54ce0e6e293f
children 1ac6f8245bff d7ddb3e565de
comparison
equal deleted inserted replaced
46980:af664b6daba2 46981:db48206dc290
674 674
675 (defvar imenu-syntax-alist nil 675 (defvar imenu-syntax-alist nil
676 "Alist of syntax table modifiers to use while in `imenu--generic-function'. 676 "Alist of syntax table modifiers to use while in `imenu--generic-function'.
677 677
678 The car of the assocs may be either a character or a string and the 678 The car of the assocs may be either a character or a string and the
679 cdr is a syntax description appropriate fo `modify-syntax-entry'. For 679 cdr is a syntax description appropriate for `modify-syntax-entry'. For
680 a string, all the characters in the string get the specified syntax. 680 a string, all the characters in the string get the specified syntax.
681 681
682 This is typically used to give word syntax to characters which 682 This is typically used to give word syntax to characters which
683 normally have symbol syntax to simplify `imenu-expression' 683 normally have symbol syntax to simplify `imenu-expression'
684 and speed-up matching.") 684 and speed-up matching.")