aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
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\
1546I.e., the value of (make-symbol "foobar") prints as #:foobar.\n\ 1546I.e., the value of (make-symbol \"foobar\") prints as #:foobar.\n\
1547When the uninterned symbol appears within a larger data structure,\n\ 1547When the uninterned symbol appears within a larger data structure,\n\
1548in addition use the #...# and #...= constructs as needed,\n\ 1548in addition use the #...# and #...= constructs as needed,\n\
1549so that multiple references to the same symbol are shared once again\n\ 1549so that multiple references to the same symbol are shared once again\n\