diff etc/NEWS.3 @ 23876:b6e756d8f485

maint: eliminate TAB characters from source files
author John W. Eaton <jwe@octave.org>
date Thu, 10 Aug 2017 18:03:58 -0400
parents df0fb2cb820b
children 2310164737b3
line wrap: on
line diff
--- a/etc/NEWS.3	Thu Aug 10 18:03:36 2017 -0400
+++ b/etc/NEWS.3	Thu Aug 10 18:03:58 2017 -0400
@@ -1548,7 +1548,7 @@
 
     + You can control the width of lines using (for example):
 
-	line (x, y, "linewidth", 4, "color", [1, 0, 0.5]);
+        line (x, y, "linewidth", 4, "color", [1, 0, 0.5]);
 
       (this also shows the color feature).
 
@@ -1569,11 +1569,11 @@
     + The following plot commands are now considered obsolete and will
       be removed from a future version of Octave:
 
-	__gnuplot_set__
-	__gnuplot_show__
-	__gnuplot_plot__
-	__gnuplot_splot__
-	__gnuplot_replot__
+        __gnuplot_set__
+        __gnuplot_show__
+        __gnuplot_plot__
+        __gnuplot_splot__
+        __gnuplot_replot__
 
       Additionally, these functions no longer have any effect on plots
       created with the Matlab-style plot commands (plot, line, mesh,