changeset 27908:f658d41003e4

Document FLTIDX in uigetfile/uiputfile (bug #55419) * uigetfile.m, uiputfile.m: Tweak language describing FLTIDX output.
author Rik <rik@octave.org>
date Fri, 03 Jan 2020 20:37:22 -0800
parents c5f5f7044196
children a29db5c46706
files scripts/gui/uigetfile.m scripts/gui/uiputfile.m
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/gui/uigetfile.m	Fri Jan 03 20:21:27 2020 -0800
+++ b/scripts/gui/uigetfile.m	Fri Jan 03 20:37:22 2020 -0800
@@ -73,9 +73,9 @@
 ## @qcode{"MultiSelect"} key to @qcode{"on"}.  In that case @var{fname} is a
 ## cell array containing the files.
 ##
-## @var{fname} and @var{fpath} contain the chosen name(s) and path,
-## respectively.  @var{fltidx} is the index to list of filter extensions
-## @var{flt} that was selected.
+## @var{fname} and @var{fpath} return the chosen name and path, respectively.
+## @var{fltidx} is the index in the list of filter extensions @var{flt} that
+## was selected.
 ##
 ## @seealso{uiputfile, uigetdir}
 ## @end deftypefn
--- a/scripts/gui/uiputfile.m	Fri Jan 03 20:21:27 2020 -0800
+++ b/scripts/gui/uiputfile.m	Fri Jan 03 20:37:22 2020 -0800
@@ -52,9 +52,9 @@
 ## If @var{default_file} is given it is preselected in the GUI dialog.
 ## If, in addition, a path is given it is also used as current path.
 ##
-## @var{fname} and @var{fpath} return the chosen name and path, respectivly.
-## @var{fltidx} is the index to list of filter extensions @var{flt} that was
-## selected.
+## @var{fname} and @var{fpath} return the chosen name and path, respectively.
+## @var{fltidx} is the index in the list of filter extensions @var{flt} that
+## was selected.
 ##
 ## @seealso{uigetfile, uigetdir}
 ## @end deftypefn