changeset 11910:9d46d257f6ef release-3-0-x

strrep.m: specify what is the return value
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Jan 2009 10:56:19 +0100
parents 759e54fb0eed
children 7ca65d747250
files scripts/strings/strrep.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/strings/strrep.m
+++ b/scripts/strings/strrep.m
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} strrep (@var{s}, @var{x}, @var{y})
 ## Replaces all occurrences of the substring @var{x} of the string @var{s}
-## with the string @var{y}.  For example,
+## with the string @var{y} and returns the result.  For example,
 ##
 ## @example
 ## strrep ("This is a test string", "is", "&%$")