1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

* src/lread.c (syms_of_lread): Doc fix.

This commit is contained in:
Andreas Schwab 2015-12-01 11:41:07 +01:00
parent 48471e9614
commit 407cde8355

View File

@ -4455,7 +4455,7 @@ to find all the symbols in an obarray, use `mapatoms'. */);
DEFVAR_LISP ("values", Vvalues, DEFVAR_LISP ("values", Vvalues,
doc: /* List of values of all expressions which were read, evaluated and printed. doc: /* List of values of all expressions which were read, evaluated and printed.
Order is reverse chronological. */); Order is reverse chronological. */);
XSYMBOL (intern ("values"))->declared_special = 0; XSYMBOL (intern ("values"))->declared_special = 0;
DEFVAR_LISP ("standard-input", Vstandard_input, DEFVAR_LISP ("standard-input", Vstandard_input,