# HG changeset patch # User Juanma Barranquero # Date 1034870483 0 # Node ID b85eeb858fb177ba284e41f650633c14d7e23060 # Parent 022aa2332f91dd4b99391eae01ba4224ee76b3c9 (syms_of_lread): Fix typos. diff -r 022aa2332f91 -r b85eeb858fb1 src/lread.c --- a/src/lread.c Thu Oct 17 15:46:06 2002 +0000 +++ b/src/lread.c Thu Oct 17 16:01:23 2002 +0000 @@ -3718,13 +3718,13 @@ Vread_with_symbol_positions = Qnil; DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list, - doc: /* An list mapping read symbols to their positions. + doc: /* A list mapping read symbols to their positions. This variable is modified during calls to `read' or `read-from-string', but only when `read-with-symbol-positions' is non-nil. Each element of the list looks like (SYMBOL . CHAR-POSITION), where -CHAR-POSITION is an integer giving the offset of that occurence of the +CHAR-POSITION is an integer giving the offset of that occurrence of the symbol from the position where `read' or `read-from-string' started. Note that a symbol will appear multiple times in this list, if it was