comparison lisp/imenu.el @ 22260:b9120925ef93

(imenu-syntax-alist): Doc fix.
author Dave Love <fx@gnu.org>
date Wed, 27 May 1998 13:37:11 +0000
parents a77d473867b8
children 67fcc616d852
comparison
equal deleted inserted replaced
22259:e7a998137db5 22260:b9120925ef93
648 The car of the assocs may be either a character or a string and the 648 The car of the assocs may be either a character or a string and the
649 cdr is a syntax description appropriate fo `modify-syntax-entry'. For 649 cdr is a syntax description appropriate fo `modify-syntax-entry'. For
650 a string, all the characters in the string get the specified syntax. 650 a string, all the characters in the string get the specified syntax.
651 651
652 This is typically used to give word syntax to characters which 652 This is typically used to give word syntax to characters which
653 normallsymbol syntax to simplify `imenu-expression' 653 normally have symbol syntax to simplify `imenu-expression'
654 and speed-up matching.") 654 and speed-up matching.")
655 (make-variable-buffer-local 'imenu-syntax-alist) 655 (make-variable-buffer-local 'imenu-syntax-alist)
656 656
657 (defun imenu-default-create-index-function () 657 (defun imenu-default-create-index-function ()
658 "*Wrapper for index searching functions. 658 "*Wrapper for index searching functions.