diff options
| author | Juanma Barranquero | 2002-07-03 11:29:55 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-03 11:29:55 +0000 |
| commit | 8445b9c2e708731c69f3752a90190ff823de9aef (patch) | |
| tree | c4a8225648cfc2b341db503f23317abbdbb1b0ad | |
| parent | 318cfc6481ac9a0e6688030ec90659d5c0074708 (diff) | |
| download | emacs-8445b9c2e708731c69f3752a90190ff823de9aef.tar.gz emacs-8445b9c2e708731c69f3752a90190ff823de9aef.zip | |
(reftex-label-alist): Fix typo.
| -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 | |||
| 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 |