diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-04-29 03:13:37 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-04-29 03:13:37 +0000 |
commit | 544c5fc92acaa68967ae7e834b7acb83871f03c7 (patch) | |
tree | 6ff9478011efc3bf2e931419ffef6f4d0bbfa529 /doc/lispref | |
parent | dd449674071bf59bfcb965f6909bec764e3c6257 (diff) | |
download | emacs-544c5fc92acaa68967ae7e834b7acb83871f03c7.tar.gz |
Fix typo.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/streams.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index df19cbee430..1e7d53340c1 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -801,7 +801,7 @@ and shared structure: @defvar print-circle If non-@code{nil}, this variable enables detection of circular and -shared structure in printing. @xref{Circular Objects} +shared structure in printing. @xref{Circular Objects}. @end defvar @defvar print-gensym |