diff options
| author | Richard M. Stallman | 2004-05-22 22:07:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-05-22 22:07:39 +0000 |
| commit | 70fc62f192dc0015d6839cfc07726a4cd361bdb0 (patch) | |
| tree | d403279798109fd6ab60ffadc6bdf8890b147c8b | |
| parent | 473f8eb3c9eccdd0eb47bf41a345fbe6de4a65d9 (diff) | |
| download | emacs-70fc62f192dc0015d6839cfc07726a4cd361bdb0.tar.gz emacs-70fc62f192dc0015d6839cfc07726a4cd361bdb0.zip | |
(Output Variables): Doc float-output-format.
| -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 |