Mercurial > hg > octave-lyh
diff scripts/plot/uigetdir.m @ 11563:3c6e8aaa9555
Grammarcheck m-files before 3.4 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 18 Jan 2011 20:55:01 -0800 |
parents | fd0a3ac60b0e |
children | 8ac9687dbe9f |
line wrap: on
line diff
--- a/scripts/plot/uigetdir.m +++ b/scripts/plot/uigetdir.m @@ -20,9 +20,9 @@ ## @deftypefn {Function File} {@var{dirname} =} uigetdir () ## @deftypefnx {Function File} {@var{dirname} =} uigetdir (@var{init_path}) ## @deftypefnx {Function File} {@var{dirname} =} uigetdir (@var{init_path}, @var{dialog_name}) -## Open a GUI dialog to select a directory. If @var{init_path} is not given -## the current working directory is used. @var{dialog_name} optionally be used to -## customize the dialog title. +## Open a GUI dialog to select a directory. If @var{init_path} is not given +## the current working directory is used. @var{dialog_name} optionally be +## used to customize the dialog title. ## @end deftypefn ## Author: Kai Habel