changeset 24518:0e66dda0c1d6

maint: merge stable to default.
author Rik <rik@octave.org>
date Thu, 04 Jan 2018 11:23:43 -0800
parents b31fa0a0bca2 (current diff) 59d080a90f17 (diff)
children 6c31b0376908
files libinterp/corefcn/data.cc
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Thu Jan 04 11:09:12 2018 -0800
+++ b/libinterp/corefcn/data.cc	Thu Jan 04 11:23:43 2018 -0800
@@ -1019,7 +1019,6 @@
 @deftypefnx {} {} cumsum (@var{x}, @var{dim})
 @deftypefnx {} {} cumsum (@dots{}, "native")
 @deftypefnx {} {} cumsum (@dots{}, "double")
-@deftypefnx {} {} cumsum (@dots{}, "extra")
 Cumulative sum of elements along dimension @var{dim}.
 
 If @var{dim} is omitted, it defaults to the first non-singleton dimension.
@@ -1034,8 +1033,8 @@
 @end group
 @end example
 
-See @code{sum} for an explanation of the optional parameters
-@qcode{"native"}, @qcode{"double"}, and @qcode{"extra"}.
+See @code{sum} for an explanation of the optional parameters @qcode{"native"}
+and @qcode{"double"}.
 @seealso{sum, cumprod}
 @end deftypefn */)
 {