diff scripts/gui/warndlg.m @ 28958:6fd6ad758b10

doc: Use @xref, @pxref rather than "see @code{}" in TexInfo. Using macros produces a hyperlinked cross-reference, rather than just text, which is easier to navigate. * integral.m, griddata.m, errordlg.m, warndlg.m, lookfor.m, cond.m, getfield.m, odeset.m, fminsearch.m, fminunc.m, fsolve.m, erase.m, example.m, datenum.m, datestr.m, datevec.m, now.m: doc: Use @xref, @pxref rather than "see @code{}" in TexInfo.
author Rik <rik@octave.org>
date Mon, 19 Oct 2020 09:13:53 -0700
parents bd51beb6205e
children 7854d5752dd2
line wrap: on
line diff
--- a/scripts/gui/warndlg.m	Mon Oct 19 08:26:46 2020 -0700
+++ b/scripts/gui/warndlg.m	Mon Oct 19 09:13:53 2020 -0700
@@ -40,7 +40,7 @@
 ## ("\n"), or it may be a cellstr array with one element for each line.
 ##
 ## The third optional argument @var{opt} controls the behavior of the dialog.
-## See @code{msgbox} for details.
+## For details, @pxref{XREFmsgbox,,@code{msgbox}}.
 ##
 ## The return value @var{h} is a handle to the figure object used for
 ## building the dialog.