]> code.delx.au - gnu-emacs/commitdiff
* src/lread.c (syms_of_lread): Doc fix.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 1 Dec 2015 10:41:07 +0000 (11:41 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 1 Dec 2015 10:42:49 +0000 (11:42 +0100)
src/lread.c

index 94f373c3539f55dc6c6687a22fa40c7e4a17a227..0da5819d34396b94820d8051cfefc6d94395300f 100644 (file)
@@ -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,