diff src/print.c @ 20025:37e3d9d78ad7

(syms_of_print): Fix doc string of print-gensym.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Oct 1997 03:10:50 +0000
parents b6aaf1f70676
children 1e352b03fd8a
line wrap: on
line diff
--- 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\