aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-05-22 22:07:39 +0000
committerRichard M. Stallman2004-05-22 22:07:39 +0000
commit70fc62f192dc0015d6839cfc07726a4cd361bdb0 (patch)
treed403279798109fd6ab60ffadc6bdf8890b147c8b
parent473f8eb3c9eccdd0eb47bf41a345fbe6de4a65d9 (diff)
downloademacs-70fc62f192dc0015d6839cfc07726a4cd361bdb0.tar.gz
emacs-70fc62f192dc0015d6839cfc07726a4cd361bdb0.zip
(Output Variables): Doc float-output-format.
-rw-r--r--lispref/streams.texi11
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
821to bind it to @code{nil} when you bind @code{print-continuous-numbering}. 821to 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
825This variable specifies how to print floating point numbers. Its
826default value is @code{nil}, meaning use the shortest output
827that represents the number without losing information.
828
829To control output format more precisely, you can put a string in this
830variable. The string should hold a @samp{%}-specification to be used
831in the C function @code{sprintf}. For further restrictions on what
832you 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