emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/streams.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:32:58 -0400

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.18.2.1 emacs/lispref/streams.texi:1.18.2.2
*** emacs/lispref/streams.texi:1.18.2.1 Mon Apr 19 07:01:43 2004
--- emacs/lispref/streams.texi  Mon Jun 28 07:28:59 2004
***************
*** 821,826 ****
--- 821,837 ----
  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
+ that represents the number without losing information.
+ 
+ To control output format more precisely, you can put a string in this
+ variable.  The string should hold a @samp{%}-specification to be used
+ in the C function @code{sprintf}.  For further restrictions on what
+ you can use, see the variable's documentation string.
+ @end defvar
+ 
  @ignore
     arch-tag: 07636b8c-c4e3-4735-9e06-2e864320b434
  @end ignore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]