diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index d1c310ec246..6150da41655 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -1543,7 +1543,7 @@ forms print in the new syntax."); | |||
| 1543 | 1543 | ||
| 1544 | DEFVAR_LISP ("print-gensym", &Vprint_gensym, | 1544 | DEFVAR_LISP ("print-gensym", &Vprint_gensym, |
| 1545 | "Non-nil means print uninterned symbols so they will read as uninterned.\n\ | 1545 | "Non-nil means print uninterned symbols so they will read as uninterned.\n\ |
| 1546 | I.e., the value of (make-symbol "foobar") prints as #:foobar.\n\ | 1546 | I.e., the value of (make-symbol \"foobar\") prints as #:foobar.\n\ |
| 1547 | When the uninterned symbol appears within a larger data structure,\n\ | 1547 | When the uninterned symbol appears within a larger data structure,\n\ |
| 1548 | in addition use the #...# and #...= constructs as needed,\n\ | 1548 | in addition use the #...# and #...= constructs as needed,\n\ |
| 1549 | so that multiple references to the same symbol are shared once again\n\ | 1549 | so that multiple references to the same symbol are shared once again\n\ |