From 265375e7fff416f3a7c0b1d43137b7f6bcebab67 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 2 Oct 1997 03:10:50 +0000 Subject: [PATCH] (syms_of_print): Fix doc string of print-gensym. --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); 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\ -- 2.39.2