]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_print): Fix doc string of print-gensym.
authorKarl Heuer <kwzh@gnu.org>
Thu, 2 Oct 1997 03:10:50 +0000 (03:10 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 2 Oct 1997 03:10:50 +0000 (03:10 +0000)
src/print.c

index d1c310ec246ff100f4eeb6961780f15f9986dd4d..6150da416553b6278a3e3f85e9a7479ef25e81d2 100644 (file)
@@ -1543,7 +1543,7 @@ forms print in the new syntax.");
 
   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\