diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 11:29:55 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 11:29:55 +0000 |
commit | 8445b9c2e708731c69f3752a90190ff823de9aef (patch) | |
tree | c4a8225648cfc2b341db503f23317abbdbb1b0ad /lisp/textmodes/reftex-vars.el | |
parent | 318cfc6481ac9a0e6688030ec90659d5c0074708 (diff) | |
download | emacs-8445b9c2e708731c69f3752a90190ff823de9aef.tar.gz |
(reftex-label-alist): Fix typo.
Diffstat (limited to 'lisp/textmodes/reftex-vars.el')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index d25b05d965c..eac9d644d6f 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -334,7 +334,7 @@ ENV-OR-MACRO which contains all labels. This may also be a function to do local parsing and identify point - to be in a a non-standard label environment. The function must take + to be in a non-standard label environment. The function must take an argument BOUND and limit backward searches to this value. It should return either nil or a cons cell (FUNCTION . POSITION) with the function symbol and the position where the special environment |