summaryrefslogtreecommitdiff
path: root/manual/string.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/string.texi')
-rw-r--r--manual/string.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/string.texi b/manual/string.texi
index 7ca5ff6c94..0b60b3fbb4 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -1921,7 +1921,7 @@ strcasestr ("hello, World", "wo")
This is like @code{strstr}, but @var{needle} and @var{haystack} are byte
arrays rather than strings. @var{needle-len} is the
length of @var{needle} and @var{haystack-len} is the length of
-@var{haystack}.@refill
+@var{haystack}.
This function is a GNU extension.
@end deftypefun