diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /src/print.c | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip | |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 4 |
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. |
| 2153 | If nil, printing proceeds recursively and may lead to | 2153 | If 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. |
| 2165 | This affects the numbers printed for #N= labels and #M# references. | 2165 | This affects the numbers printed for #N= labels and #M# references. |
| 2166 | See also `print-circle', `print-gensym', and `print-number-table'. | 2166 | See also `print-circle', `print-gensym', and `print-number-table'. |
| 2167 | This variable should not be set with `setq'; bind it with a `let' instead. */); | 2167 | This variable should not be set with `setq'; bind it with a `let' instead. */); |