aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1997-10-02 03:10:50 +0000
committerKarl Heuer1997-10-02 03:10:50 +0000
commit265375e7fff416f3a7c0b1d43137b7f6bcebab67 (patch)
treebdb2a6b41661e296496345d12b01e822ccee364f /src
parentc23edb78db00412dc925b9e2e91669112c2d60c0 (diff)
downloademacs-265375e7fff416f3a7c0b1d43137b7f6bcebab67.tar.gz
emacs-265375e7fff416f3a7c0b1d43137b7f6bcebab67.zip
(syms_of_print): Fix doc string of print-gensym.
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\