]> code.delx.au - gnu-emacs/blobdiff - src/lread.c
Replace GROUP argument in six window primitives by new functions.
[gnu-emacs] / 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,