comparison src/lread.c @ 47919:b85eeb858fb1

(syms_of_lread): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 17 Oct 2002 16:01:23 +0000
parents dd601595b35d
children cae822515e00
comparison
equal deleted inserted replaced
47918:022aa2332f91 47919:b85eeb858fb1
3716 `read-from-string'. It is probably a bad idea to set this variable at 3716 `read-from-string'. It is probably a bad idea to set this variable at
3717 the toplevel; bind it instead. */); 3717 the toplevel; bind it instead. */);
3718 Vread_with_symbol_positions = Qnil; 3718 Vread_with_symbol_positions = Qnil;
3719 3719
3720 DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list, 3720 DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list,
3721 doc: /* An list mapping read symbols to their positions. 3721 doc: /* A list mapping read symbols to their positions.
3722 This variable is modified during calls to `read' or 3722 This variable is modified during calls to `read' or
3723 `read-from-string', but only when `read-with-symbol-positions' is 3723 `read-from-string', but only when `read-with-symbol-positions' is
3724 non-nil. 3724 non-nil.
3725 3725
3726 Each element of the list looks like (SYMBOL . CHAR-POSITION), where 3726 Each element of the list looks like (SYMBOL . CHAR-POSITION), where
3727 CHAR-POSITION is an integer giving the offset of that occurence of the 3727 CHAR-POSITION is an integer giving the offset of that occurrence of the
3728 symbol from the position where `read' or `read-from-string' started. 3728 symbol from the position where `read' or `read-from-string' started.
3729 3729
3730 Note that a symbol will appear multiple times in this list, if it was 3730 Note that a symbol will appear multiple times in this list, if it was
3731 read multiple times. The list is in the same order as the symbols 3731 read multiple times. The list is in the same order as the symbols
3732 were read in. */); 3732 were read in. */);