# HG changeset patch # User John W. Eaton # Date 1389113057 18000 # Node ID faf32a725693e7a73f67d6ebd7f0f2ea5201e887 # Parent b6b6e0dc700e62d2ddfebc470f8d4ab8105f4cbc * stmt.txi: Fix missing comma after @xref. diff -r b6b6e0dc700e -r faf32a725693 doc/interpreter/stmt.txi --- a/doc/interpreter/stmt.txi Tue Jan 07 11:36:21 2014 -0500 +++ b/doc/interpreter/stmt.txi Tue Jan 07 11:44:17 2014 -0500 @@ -846,7 +846,7 @@ If an error does occur during the execution of @var{body}, @var{cleanup} can use the functions @code{lasterr} or @code{lasterror} to access the text of the message that would have been printed, as well as its -identifier. The alternative form, +identifier. The alternative form, @example @group @@ -860,7 +860,7 @@ @noindent will automatically store the output of @code{lasterror} in the structure -@var{err}. @xref{Errors and Warnings} for more information about the +@var{err}. @xref{Errors and Warnings}, for more information about the @code{lasterr} and @code{lasterror} functions.