diff scripts/deprecated/dmult.m @ 9065:8207b833557f

Cleanup documentation for arith.texi, linalg.texi, nonlin.texi Grammarcheck input .txi files Spellcheck .texi files
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 17:43:22 -0700
parents eb63fbe60fab
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/deprecated/dmult.m
+++ b/scripts/deprecated/dmult.m
@@ -19,7 +19,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} dmult (@var{a}, @var{b})
-## This function has been deprecated. Use the direct syntax @code{diag(A)*B}
+## This function has been deprecated.  Use the direct syntax @code{diag(A)*B}
 ## which is more readable and now also more efficient.
 ## @end deftypefn