diff scripts/special-matrix/pascal.m @ 11593:1577c6f80926

Use non-breaking spaces between certain adjectives and their nouns in docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 20 Jan 2011 20:19:29 -0800
parents c792872f8942
children f2c080bbd8a5
line wrap: on
line diff
--- a/scripts/special-matrix/pascal.m
+++ b/scripts/special-matrix/pascal.m
@@ -21,7 +21,7 @@
 ## @deftypefn  {Function File} {} pascal (@var{n})
 ## @deftypefnx {Function File} {} pascal (@var{n}, @var{t})
 ## Return the Pascal matrix of order @var{n} if @code{@var{t} = 0}.
-## @var{t} defaults to 0.  Return lower triangular Cholesky factor of
+## @var{t} defaults to 0.  Return lower triangular Cholesky@tie{}factor of
 ## the Pascal matrix if @code{@var{t} = 1}.  This matrix is its own
 ## inverse, that is @code{pascal (@var{n}, 1) ^ 2 == eye (@var{n})}.
 ## If @code{@var{t} = -1}, return its absolute value.  This is the