changeset 6774:3b09c87d5165

[project @ 2007-07-13 13:27:36 by dbateman]
author dbateman
date Fri, 13 Jul 2007 13:27:36 +0000
parents b6e2ab6a8421
children 67794bf1ab3b
files src/DLD-FUNCTIONS/sparse.cc src/data.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/sparse.cc	Tue Jul 10 12:41:35 2007 +0000
+++ b/src/DLD-FUNCTIONS/sparse.cc	Fri Jul 13 13:27:36 2007 +0000
@@ -1067,7 +1067,7 @@
 \n\
 @noindent\n\
 Given a matrix argument, instead of a vector, @code{spdiag} extracts the\n\
-@var{k}-th diagonal of the sparse matrix.\n\ 
+@var{k}-th diagonal of the sparse matrix.\n\
 @seealso{diag}\n\
 @end deftypefn")
 {
--- a/src/data.cc	Tue Jul 10 12:41:35 2007 +0000
+++ b/src/data.cc	Fri Jul 13 13:27:36 2007 +0000
@@ -656,7 +656,7 @@
 \n\
 @noindent\n\
 Given a matrix argument, instead of a vector, @code{diag} extracts the\n\
-@var{k}-th diagonal of the matrix.\n\ 
+@var{k}-th diagonal of the matrix.\n\
 @end deftypefn")
 {
   octave_value retval;