Mercurial > emacs
changeset 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 | b0626d6a3f13 |
children | 027030dd12c4 |
files | src/print.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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\