changeset 26835:10653e92e205

maint: merge stable to default. * NEWS: Remove trailing spaces.
author Rik <rik@octave.org>
date Sun, 03 Mar 2019 17:22:32 -0800
parents 10c9f39d0d17 (current diff) e07ea25d58f5 (diff)
children 5025f274e8f9
files NEWS
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Mar 03 17:15:40 2019 -0800
+++ b/NEWS	Sun Mar 03 17:22:32 2019 -0800
@@ -3,9 +3,9 @@
 
  ** The interpreter now supports handles to nested functions which was a
     long-standing incompatibility with Matlab.
- 
- ** The graphics backend has seen many small improvements. 
-    
+
+ ** The graphics backend has seen many small improvements.
+
     * Graphic primitives now accept a color property value of "none"
       which is useful when a particular primitive needs to be hidden
       (for example, the Y-axis of an axes object with "ycolor" = "none")
--- a/scripts/plot/draw/quiver3.m	Sun Mar 03 17:15:40 2019 -0800
+++ b/scripts/plot/draw/quiver3.m	Sun Mar 03 17:22:32 2019 -0800
@@ -17,8 +17,8 @@
 ## <https://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefnx {} {} quiver3 (@var{x}, @var{y}, @var{z}, @var{u}, @var{v}, @var{w})
-## @deftypefn  {} {} quiver3 (@var{z}, @var{u}, @var{v}, @var{w})
+## @deftypefn  {} {} quiver3 (@var{x}, @var{y}, @var{z}, @var{u}, @var{v}, @var{w})
+## @deftypefnx {} {} quiver3 (@var{z}, @var{u}, @var{v}, @var{w})
 ## @deftypefnx {} {} quiver3 (@dots{}, @var{s})
 ## @deftypefnx {} {} quiver3 (@dots{}, @var{style})
 ## @deftypefnx {} {} quiver3 (@dots{}, "filled")