aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c4
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. */);
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.
3722This variable is modified during calls to `read' or 3722This 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
3724non-nil. 3724non-nil.
3725 3725
3726Each element of the list looks like (SYMBOL . CHAR-POSITION), where 3726Each element of the list looks like (SYMBOL . CHAR-POSITION), where
3727CHAR-POSITION is an integer giving the offset of that occurence of the 3727CHAR-POSITION is an integer giving the offset of that occurrence of the
3728symbol from the position where `read' or `read-from-string' started. 3728symbol from the position where `read' or `read-from-string' started.
3729 3729
3730Note that a symbol will appear multiple times in this list, if it was 3730Note that a symbol will appear multiple times in this list, if it was