changeset 22476:57a6e657311d

Fix typos in NEWS. * NEWS: Fix typos.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 14 Sep 2016 14:49:31 +0200
parents e511f86fb230
children 6bf1cbb90705
files NEWS
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Sep 13 08:35:47 2016 -0700
+++ b/NEWS	Wed Sep 14 14:49:31 2016 +0200
@@ -109,7 +109,7 @@
 
  ** The graphics property "box" for axes now defaults to "off".
     To obtain equivalent plots to previous versions of Octave use
-      set (0, "DefaultAxesBox", "off");
+      set (0, "DefaultAxesBox", "on");
     in your .octaverc file.
 
  ** The graphics property "boxstyle" has been implemented.  The default
@@ -120,7 +120,7 @@
     eventually be removed.  This property has also been removed
     from Matlab, and was never implemented in Octave.
 
- ** The graphics property "graphicssmothing" for figures now controls
+ ** The graphics property "graphicssmoothing" for figures now controls
     whether anti-aliasing will be used for lines.  The default is "on".
 
  ** The value "zero" for the axes properties "xaxislocation" and