diff options
| author | Karl Heuer | 1997-10-02 03:10:50 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-10-02 03:10:50 +0000 |
| commit | 265375e7fff416f3a7c0b1d43137b7f6bcebab67 (patch) | |
| tree | bdb2a6b41661e296496345d12b01e822ccee364f /src | |
| parent | c23edb78db00412dc925b9e2e91669112c2d60c0 (diff) | |
| download | emacs-265375e7fff416f3a7c0b1d43137b7f6bcebab67.tar.gz emacs-265375e7fff416f3a7c0b1d43137b7f6bcebab67.zip | |
(syms_of_print): Fix doc string of print-gensym.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
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."); | |||
| 1543 | 1543 | ||
| 1544 | DEFVAR_LISP ("print-gensym", &Vprint_gensym, | 1544 | DEFVAR_LISP ("print-gensym", &Vprint_gensym, |
| 1545 | "Non-nil means print uninterned symbols so they will read as uninterned.\n\ | 1545 | "Non-nil means print uninterned symbols so they will read as uninterned.\n\ |
| 1546 | I.e., the value of (make-symbol "foobar") prints as #:foobar.\n\ | 1546 | I.e., the value of (make-symbol \"foobar\") prints as #:foobar.\n\ |
| 1547 | When the uninterned symbol appears within a larger data structure,\n\ | 1547 | When the uninterned symbol appears within a larger data structure,\n\ |
| 1548 | in addition use the #...# and #...= constructs as needed,\n\ | 1548 | in addition use the #...# and #...= constructs as needed,\n\ |
| 1549 | so that multiple references to the same symbol are shared once again\n\ | 1549 | so that multiple references to the same symbol are shared once again\n\ |