diff src/print.c @ 686:bd3068742807

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Jun 1992 06:29:12 +0000
parents eca8812e61cd
children e2b747dd6a6e
line wrap: on
line diff
--- a/src/print.c	Thu Jun 04 05:38:08 1992 +0000
+++ b/src/print.c	Thu Jun 04 06:29:12 1992 +0000
@@ -961,12 +961,12 @@
 #endif /* LISP_FLOAT_TYPE */
 
   DEFVAR_LISP ("print-length", &Vprint_length,
-    "Maximum length of list to print before abbreviating.\
+    "Maximum length of list to print before abbreviating.\n\
 A value of nil means no limit.");
   Vprint_length = Qnil;
 
   DEFVAR_LISP ("print-level", &Vprint_level,
-    "Maximum depth of list nesting to print before abbreviating.\
+    "Maximum depth of list nesting to print before abbreviating.\n\
 A value of nil means no limit.");
   Vprint_level = Qnil;