# HG changeset patch # User John W. Eaton # Date 1232048402 18000 # Node ID bf6befcfa70add2114d72d5bad62b6cccd6f0ef2 # Parent 937921654627c571a85c697bad2e90f73f60b421 strrep.m: doc fix diff --git a/scripts/strings/strrep.m b/scripts/strings/strrep.m --- a/scripts/strings/strrep.m +++ b/scripts/strings/strrep.m @@ -19,8 +19,8 @@ ## -*- 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} and returns the result. For example, +## Replace all occurrences of the substring @var{x} of the string @var{s} +## with the string @var{y} and return the result. For example, ## ## @example ## strrep ("This is a test string", "is", "&%$")