From: <prn...@us...> - 2012-07-15 20:13:28
|
Revision: 10743 http://octave.svn.sourceforge.net/octave/?rev=10743&view=rev Author: prnienhuis Date: 2012-07-15 20:13:22 +0000 (Sun, 15 Jul 2012) Log Message: ----------- Updated texinfo header (multiline messages) Modified Paths: -------------- trunk/octave-forge/extra/java/inst/errordlg.m Modified: trunk/octave-forge/extra/java/inst/errordlg.m =================================================================== --- trunk/octave-forge/extra/java/inst/errordlg.m 2012-07-12 05:03:35 UTC (rev 10742) +++ trunk/octave-forge/extra/java/inst/errordlg.m 2012-07-15 20:13:22 UTC (rev 10743) @@ -16,9 +16,9 @@ ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} errordlg (@var{MESSAGE} [,@var{TITLE}]) ## -## Displays the @var{MESSAGE} using an error dialog box. -## @var{TITLE} (character string or cell string array for multi-line text) can -## be used optionally to decorate the dialog caption. +## Displays the @var{MESSAGE} (character string or cell string array for +## multi-line text) using an error dialog box. +## @var{TITLE} can be used optionally to decorate the dialog caption. ## The return value is always 1. ## ## @end deftypefn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |