aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/print.c b/src/print.c
index 40e0fb6b855..dac7a79d599 100644
--- a/src/print.c
+++ b/src/print.c
@@ -2149,7 +2149,7 @@ shared once again when the text is read back. */);
2149 Vprint_gensym = Qnil; 2149 Vprint_gensym = Qnil;
2150 2150
2151 DEFVAR_LISP ("print-circle", Vprint_circle, 2151 DEFVAR_LISP ("print-circle", Vprint_circle,
2152 doc: /* *Non-nil means print recursive structures using #N= and #N# syntax. 2152 doc: /* Non-nil means print recursive structures using #N= and #N# syntax.
2153If nil, printing proceeds recursively and may lead to 2153If nil, printing proceeds recursively and may lead to
2154`max-lisp-eval-depth' being exceeded or an error may occur: 2154`max-lisp-eval-depth' being exceeded or an error may occur:
2155\"Apparently circular structure being printed.\" Also see 2155\"Apparently circular structure being printed.\" Also see
@@ -2161,7 +2161,7 @@ where N is a positive decimal integer. */);
2161 Vprint_circle = Qnil; 2161 Vprint_circle = Qnil;
2162 2162
2163 DEFVAR_LISP ("print-continuous-numbering", Vprint_continuous_numbering, 2163 DEFVAR_LISP ("print-continuous-numbering", Vprint_continuous_numbering,
2164 doc: /* *Non-nil means number continuously across print calls. 2164 doc: /* Non-nil means number continuously across print calls.
2165This affects the numbers printed for #N= labels and #M# references. 2165This affects the numbers printed for #N= labels and #M# references.
2166See also `print-circle', `print-gensym', and `print-number-table'. 2166See also `print-circle', `print-gensym', and `print-number-table'.
2167This variable should not be set with `setq'; bind it with a `let' instead. */); 2167This variable should not be set with `setq'; bind it with a `let' instead. */);