# HG changeset patch # User Karl Heuer <kwzh@gnu.org> # Date 875761850 0 # Node ID 37e3d9d78ad7d7d9d83e803e01aec4238089634a # Parent b0626d6a3f13126de13f5357622afb6b617613e2 (syms_of_print): Fix doc string of print-gensym. diff -r b0626d6a3f13 -r 37e3d9d78ad7 src/print.c --- a/src/print.c Thu Oct 02 03:10:35 1997 +0000 +++ b/src/print.c Thu Oct 02 03:10:50 1997 +0000 @@ -1543,7 +1543,7 @@ DEFVAR_LISP ("print-gensym", &Vprint_gensym, "Non-nil means print uninterned symbols so they will read as uninterned.\n\ -I.e., the value of (make-symbol "foobar") prints as #:foobar.\n\ +I.e., the value of (make-symbol \"foobar\") prints as #:foobar.\n\ When the uninterned symbol appears within a larger data structure,\n\ in addition use the #...# and #...= constructs as needed,\n\ so that multiple references to the same symbol are shared once again\n\