changeset 11972:66a3701c9105 release-3-2-x

fix texinfo bug
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Sun, 07 Jun 2009 21:01:32 +0200
parents 7a32b095027a
children 5b967e2c319a
files scripts/ChangeLog scripts/testfun/assert.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-07  Thorsten Meyer  <thorsten.meyier@gmx.de>
+
+	* testfun/assert.m: Fix texinfo bug.
+
 2009-06-04  Ben Abbott <bpabbott@mac.com>
 
 	* plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to 
--- a/scripts/testfun/assert.m
+++ b/scripts/testfun/assert.m
@@ -19,7 +19,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} assert (@var{cond})
 ## @deftypefnx {Function File} {} assert (@var{cond}, @var{errmsg}, @dots{})
-## @deftypefnx {Function File} {} assert (@var{cond}, @{var{msg_id}, @var{errmsg}, @dots{})
+## @deftypefnx {Function File} {} assert (@var{cond}, @var{msg_id}, @var{errmsg}, @dots{})
 ## @deftypefnx {Function File} {} assert (@var{observed},@var{expected})
 ## @deftypefnx {Function File} {} assert (@var{observed},@var{expected},@var{tol})
 ##