diff options
| -rw-r--r-- | lispref/streams.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi index a4e88b82f2e..fd9b13e84ef 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi | |||
| @@ -821,6 +821,17 @@ the @code{print-circle} feature. You should not use it except | |||
| 821 | to bind it to @code{nil} when you bind @code{print-continuous-numbering}. | 821 | to bind it to @code{nil} when you bind @code{print-continuous-numbering}. |
| 822 | @end defvar | 822 | @end defvar |
| 823 | 823 | ||
| 824 | @defvar float-output-format | ||
| 825 | This variable specifies how to print floating point numbers. Its | ||
| 826 | default value is @code{nil}, meaning use the shortest output | ||
| 827 | that represents the number without losing information. | ||
| 828 | |||
| 829 | To control output format more precisely, you can put a string in this | ||
| 830 | variable. The string should hold a @samp{%}-specification to be used | ||
| 831 | in the C function @code{sprintf}. For further restrictions on what | ||
| 832 | you can use, see the variable's documentation string. | ||
| 833 | @end defvar | ||
| 834 | |||
| 824 | @ignore | 835 | @ignore |
| 825 | arch-tag: 07636b8c-c4e3-4735-9e06-2e864320b434 | 836 | arch-tag: 07636b8c-c4e3-4735-9e06-2e864320b434 |
| 826 | @end ignore | 837 | @end ignore |