Mercurial > hg > octave-lyh
diff src/oct-parse.yy @ 13019:1653d3a86fca stable
doc: Fix warnings and errors in Texinfo required for building docs on stable branch.
oct-parse.yy: Fix warning by shifting @xref to @pxref.
matrix.txi, numbers.txi: Correct capitalization of @ref so that it
refers to a known Texinfo node.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 28 Aug 2011 20:30:41 -0700 |
parents | 8b5b85e26246 |
children | 50db905c3cf1 |
line wrap: on
line diff
--- a/src/oct-parse.yy +++ b/src/oct-parse.yy @@ -4224,10 +4224,10 @@ calls the function @code{acos} with the argument @samp{-1}.\n\ \n\ The function @code{feval} can also be used with function handles of\n\ -any sort. @xref{Function Handles} Historically, @code{feval} was\n\ +any sort (@pxref{Function Handles}). Historically, @code{feval} was\n\ the only way to call user-supplied functions in strings, but\n\ function handles are now preferred due to the cleaner syntax they\n\ -offer. For example,\n\ +offer. For example,\n\ \n\ @example\n\ @group\n\ @@ -4240,7 +4240,7 @@ @end example\n\ \n\ @noindent\n\ -are equivalent ways to call the function referred to by @var{f}. If it\n\ +are equivalent ways to call the function referred to by @var{f}. If it\n\ cannot be predicted beforehand that @var{f} is a function handle or the\n\ function name in a string, @code{feval} can be used instead.\n\ @end deftypefn")