Skip to content

Commit

Permalink
maint: merge stable to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rik committed Feb 2, 2024
2 parents b685cba + c15021f commit 5309d0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libinterp/parse-tree/oct-parse.yy
Original file line number Diff line number Diff line change
Expand Up @@ -6315,7 +6315,7 @@ context of the function that called the present function

DEFMETHOD (feval, interp, args, nargout,
doc: /* -*- texinfo -*-
@deftypefn {} {} feval (@var{name}, @dots{})
@deftypefn {} {@var{retval} =} feval (@var{name}, @dots{})
Evaluate the function named @var{name}.
Any arguments after the first are passed as inputs to the named function.
Expand Down
3 changes: 2 additions & 1 deletion scripts/help/which.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
########################################################################

## -*- texinfo -*-
## @deftypefn {} {} which name @dots{}
## @deftypefn {} {} which @var{name} @dots{}
## @deftypefnx {} {[@var{str}, @dots{}] =} which ('@var{name}', @dots{})
## Display the type of each @var{name}.
##
## If @var{name} is defined from a function file, the full name of the file is
Expand Down
4 changes: 2 additions & 2 deletions scripts/signal/ifftshift.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
########################################################################

## -*- texinfo -*-
## @deftypefn {} {@var{y} =} ifftshift (@var{x})
## @deftypefnx {} {@var{y} =} ifftshift (@var{x}, @var{dim})
## @deftypefn {} {@var{x} =} ifftshift (@var{y})
## @deftypefnx {} {@var{x} =} ifftshift (@var{y}, @var{dim})
## Undo the action of the @code{fftshift} function.
##
## For even length @var{x}, @code{fftshift} is its own inverse, but odd lengths
Expand Down

0 comments on commit 5309d0d

Please sign in to comment.