diff scripts/gui/listdlg.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents d1c649bd90e9 446c46af4b42
children a9952a647d52
line wrap: on
line diff
--- a/scripts/gui/listdlg.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/gui/listdlg.m	Tue Jan 20 10:24:46 2015 -0500
@@ -18,7 +18,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[@var{sel}, @var{ok}] =} listdlg (@var{key}, @var{value}, @dots{})
-## Return user inputs from a list dialog box in a vector of 
+## Return user inputs from a list dialog box in a vector of
 ## selection indices @var{sel} and a flag @var{ok} indicating how the
 ## user closed the dialog box.  The value of @var{ok} is 1 if the user
 ## closed the box with the OK button, otherwise it is 0 and @var{sel} is
@@ -26,7 +26,7 @@
 ##
 ## The indices in @var{sel} are 1-based.
 ##
-## The arguments are specified in form of @var{key}, @var{value} pairs. 
+## The arguments are specified in form of @var{key}, @var{value} pairs.
 ## The @qcode{"ListString"} argument pair must be specified.
 ##
 ## Valid @var{key} and @var{value} pairs are: