# HG changeset patch # User Mike Miller # Date 1470070371 25200 # Node ID 93ed9396f2c3b52c6be155514026011ed02effed # Parent b1ebad209360a9da08c5728cc4b35507336bc204 * condeig.m: fix Texinfo markup typo in condeig doc string (bug #48672) diff -r b1ebad209360 -r 93ed9396f2c3 scripts/linear-algebra/condeig.m --- a/scripts/linear-algebra/condeig.m Sun Jul 31 02:16:29 2016 +0100 +++ b/scripts/linear-algebra/condeig.m Mon Aug 01 09:52:51 2016 -0700 @@ -36,7 +36,7 @@ ## ## @item ## @var{v} is the matrix of right eigenvectors of @var{a}. The result is -## equivalent to calling @code{[@var{v}, @var{lambda}] = eig (@var{a)}}. +## equivalent to calling @code{[@var{v}, @var{lambda}] = eig (@var{a})}. ## ## @item ## @var{lambda} is the diagonal matrix of eigenvalues of @var{a}. The