comparison lisp/textmodes/reftex-vars.el @ 46155:67fceef3c084

(reftex-label-alist): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 03 Jul 2002 11:29:55 +0000
parents 7a94f1c588c4
children 7522419c4db0
comparison
equal deleted inserted replaced
46154:1551f466e964 46155:67fceef3c084
332 its arguments. 332 its arguments.
333 Special names: `section' for section labels, `any' to define a group 333 Special names: `section' for section labels, `any' to define a group
334 which contains all labels. 334 which contains all labels.
335 335
336 This may also be a function to do local parsing and identify point 336 This may also be a function to do local parsing and identify point
337 to be in a a non-standard label environment. The function must take 337 to be in a non-standard label environment. The function must take
338 an argument BOUND and limit backward searches to this value. It 338 an argument BOUND and limit backward searches to this value. It
339 should return either nil or a cons cell (FUNCTION . POSITION) with 339 should return either nil or a cons cell (FUNCTION . POSITION) with
340 the function symbol and the position where the special environment 340 the function symbol and the position where the special environment
341 starts. See the Info documentation for an example. 341 starts. See the Info documentation for an example.
342 342