diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-08 20:06:08 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-08 20:06:08 -0700 |
commit | 666b903b912ca0aa2b1a034859b752b04f03141a (patch) | |
tree | add3234ca1ed7c2d5b18422b3f6982b34388d65b /doc/lispref/streams.texi | |
parent | 8f6b6da8ecdcd37ecbb83778d35baa02d68621a3 (diff) | |
parent | 0a454caf059b4cc050984a41decc2344cd9a083f (diff) | |
download | emacs-666b903b912ca0aa2b1a034859b752b04f03141a.tar.gz |
Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.com
Diffstat (limited to 'doc/lispref/streams.texi')
-rw-r--r-- | doc/lispref/streams.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 66df1f34eda..acf5fae859e 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -812,7 +812,6 @@ reader to produce an uninterned symbol. If non-@code{nil}, that means number continuously across print calls. This affects the numbers printed for @samp{#@var{n}=} labels and @samp{#@var{m}#} references. - Don't set this variable with @code{setq}; you should only bind it temporarily to @code{t} with @code{let}. When you do that, you should also bind @code{print-number-table} to @code{nil}. @@ -825,8 +824,8 @@ to bind it to @code{nil} when you bind @code{print-continuous-numbering}. @end defvar @defvar float-output-format -This variable specifies how to print floating point numbers. Its -default value is @code{nil}, meaning use the shortest output +This variable specifies how to print floating point numbers. The +default is @code{nil}, meaning use the shortest output that represents the number without losing information. To control output format more precisely, you can put a string in this |