changeset 18229:faf32a725693 stable

* stmt.txi: Fix missing comma after @xref.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Jan 2014 11:44:17 -0500
parents b6b6e0dc700e
children 18e50356e5e3 0806c9e75e08
files doc/interpreter/stmt.txi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.