/[emacs]/emacs/lispref/streams.texi
ViewVC logotype

Diff of /emacs/lispref/streams.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16.18.4 by uid65618, Tue Feb 17 23:15:46 2004 UTC revision 1.16.18.5 by miles, Tue Jul 6 09:23:50 2004 UTC
# Line 821  the @code{print-circle} feature.  You sh Line 821  the @code{print-circle} feature.  You sh
821  to bind it to @code{nil} when you bind @code{print-continuous-numbering}.  to bind it to @code{nil} when you bind @code{print-continuous-numbering}.
822  @end defvar  @end defvar
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    
835  @ignore  @ignore
836     arch-tag: 07636b8c-c4e3-4735-9e06-2e864320b434     arch-tag: 07636b8c-c4e3-4735-9e06-2e864320b434
837  @end ignore  @end ignore

Legend:
Removed from v.1.16.18.4  
changed lines
  Added in v.1.16.18.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26