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:
parent
48471e9614
commit
407cde8355
@ -4455,7 +4455,7 @@ to find all the symbols in an obarray, use `mapatoms'. */);
|
||||
|
||||
DEFVAR_LISP ("values", Vvalues,
|
||||
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;
|
||||
|
||||
DEFVAR_LISP ("standard-input", Vstandard_input,
|
||||
|
Loading…
Reference in New Issue
Block a user