diff scripts/miscellaneous/setfield.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 1fa328da03ef 446c46af4b42
children db92e7e28e1f
line wrap: on
line diff
--- a/scripts/miscellaneous/setfield.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/miscellaneous/setfield.m	Tue Jan 20 10:24:46 2015 -0500
@@ -22,7 +22,7 @@
 ## @deftypefnx {Function File} {@var{sout} =} setfield (@var{s}, @var{sidx1}, @var{field1}, @var{fidx1}, @var{sidx2}, @var{field2}, @var{fidx2}, @dots{}, @var{val})
 ##
 ## Return a @emph{copy} of the structure @var{s} with the field member
-## @var{field} set to the value @var{val}. 
+## @var{field} set to the value @var{val}.
 ##
 ## For example:
 ##