diff scripts/plot/uiputfile.m @ 15532:95d7475a0a89

doc: Add seealso links between uigetfile, uiputfile, uigetdir. * uigetdir.m, uigetfile.m, uiputfile.m: Add seealso links between these related functions.
author Rik <rik@octave.org>
date Tue, 16 Oct 2012 12:50:13 -0700
parents 049e8bbff782
children fa4a035e0cf4
line wrap: on
line diff
--- a/scripts/plot/uiputfile.m	Tue Oct 16 12:37:43 2012 -0700
+++ b/scripts/plot/uiputfile.m	Tue Oct 16 12:50:13 2012 -0700
@@ -49,6 +49,7 @@
 ## @var{dialog_name} can be used to customize the dialog title.
 ## 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.
+## @seealso{uigetfile, uigetdir}
 ## @end deftypefn
 
 ## Author: Kai Habel