diff libinterp/corefcn/pr-output.cc @ 18438:e76d50d65278

maint: Periodic merge of gui-release to default.
author Rik <rik@octave.org>
date Sat, 08 Feb 2014 13:35:00 -0800
parents bcd71a2531d3 812162c34a93
children 917f1af7d2e4
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Thu Feb 06 18:05:09 2014 -0800
+++ b/libinterp/corefcn/pr-output.cc	Sat Feb 08 13:35:00 2014 -0800
@@ -3981,13 +3981,15 @@
 @deftypefnx {Built-in Function} {@var{old_val} =} fixed_point_format (@var{new_val})\n\
 @deftypefnx {Built-in Function} {} fixed_point_format (@var{new_val}, \"local\")\n\
 Query or set the internal variable that controls whether Octave will\n\
-use a scaled format to print matrix values such that the largest\n\
-element may be written with a single leading digit with the scaling\n\
-factor is printed on the first line of output.  For example:\n\
+use a scaled format to print matrix values.\n\
+\n\
+The scaled format prints a scaling factor on the first line of output chosen\n\
+such that the largest matrix element can be written with a single leading\n\
+digit.  For example:\n\
 \n\
 @example\n\
 @group\n\
-octave:1> logspace (1, 7, 5)'\n\
+logspace (1, 7, 5)'\n\
 ans =\n\
 \n\
   1.0e+07  *\n\
@@ -4001,9 +4003,9 @@
 @end example\n\
 \n\
 @noindent\n\
-Notice that first value appears to be zero when it is actually 1.  For\n\
-this reason, you should be careful when setting\n\
-@code{fixed_point_format} to a nonzero value.\n\
+Notice that the first value appears to be 0 when it is actually 1.  Because\n\
+of the possibilty for confusion you should be careful about enabling\n\
+@code{fixed_point_format}.\n\
 \n\
 When called from inside a function with the @qcode{\"local\"} option, the\n\
 variable is changed locally for the function and any subroutines it calls.  \n\