diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:01:23 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-17 16:01:23 +0000 |
commit | d6567030a2d3c336a031bc97eea4af2df95f3d61 (patch) | |
tree | b6405515031804b36bb20b228552db16535b427c /src/lread.c | |
parent | f8b72742d00ce63b31ea064b679fc93e5086e0e1 (diff) | |
download | emacs-d6567030a2d3c336a031bc97eea4af2df95f3d61.tar.gz |
(syms_of_lread): Fix typos.
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index d07775d0ad8..5dc3cc9346e 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3718,13 +3718,13 @@ the toplevel; bind it instead. */); 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 |