diff src/DLD-FUNCTIONS/cellfun.cc @ 14119:94e2a76f1e5a stable

doc: Final grammarcheck and spellcheck before 3.6.0 release. * container.txi, aspell-octave.en.pws, expr.txi, vectorize.txi, accumarray.m, accumdim.m, interpft.m, strread.m, parseparams.m, warning_ids.m, cellfun.cc, help.cc: grammarcheck and spellcheck docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 29 Dec 2011 06:05:00 -0800
parents 951eacaf9381
children 72c96de7a403
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/cellfun.cc	Tue Dec 27 19:06:37 2011 -0500
+++ b/src/DLD-FUNCTIONS/cellfun.cc	Thu Dec 29 06:05:00 2011 -0800
@@ -365,12 +365,12 @@
 @end group\n\
 @end example\n\
 \n\
-Use @code{cellfun} intelligently. The @code{cellfun} function is a\n\
-useful tool for avoiding loops. It is often used with anonymous\n\
+Use @code{cellfun} intelligently.  The @code{cellfun} function is a\n\
+useful tool for avoiding loops.  It is often used with anonymous\n\
 function handles; however, calling an anonymous function involves an\n\
 overhead quite comparable to the overhead of an m-file function.\n\
 Passing a handle to a built-in function is faster, because the\n\
-interpreter is not involved in the internal loop. For example:\n\
+interpreter is not involved in the internal loop.  For example:\n\
 \n\
 @example\n\
 @group\n\