changeset 8493:2f5a2c58c15e

[docs] user specified => user-specified
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:27:03 -0500
parents 9e18aff77e9e
children 836618fee9d6
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Tue Jan 13 00:27:00 2009 -0500
+++ b/doc/interpreter/container.txi	Tue Jan 13 00:27:03 2009 -0500
@@ -681,7 +681,7 @@
 depending on the actual data. The most simple way to process that data
 is to iterate through it using one or more @code{for} loops. The same
 idea can be implemented easier through the use of the @code{cellfun}
-function that calls a user specified function on all elements of a cell
+function that calls a user-specified function on all elements of a cell
 array.
 
 @DOCSTRING(cellfun)