diff NEWS @ 2983:145d5acfc68b

[project @ 1997-05-16 03:37:32 by jwe]
author jwe
date Fri, 16 May 1997 03:37:38 +0000
parents d6ba658ac4ae
children 91589ab98e37
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -16,10 +16,10 @@
   * New built-in variable `print_rhs_assign_val' controls what is
     printed when an assignment expression is evaluated.  If it is
     zero, the value of the variable on the left hand side (after the
-    assignment) is printed.  Nonzero, the value of the right hand side
-    (i.e., the result of the expression) is printed.  The default
-    value of is zero, so the behavior is the same as in previous
-    versions of Octave.
+    assignment) is printed.  If it is nonzero, the value of the right
+    hand side (i.e., the result of the expression) is printed.  The
+    default value of is zero, so the behavior is the same as in
+    previous versions of Octave.
 
   * tmpnam now takes two optional arguments, DIR, and PREFIX.  For
     example, tmpnam ("/foo", "bar-") returns a file name like