Skip to content

Commit 93ca699

Browse files
author
urbaneks
committed
disambiguate sub/gsub docs wrt matches across elements
git-svn-id: https://svn.r-project.org/R/trunk@87330 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a21a62e commit 93ca699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/base/man/grep.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
the format of and amount of detail in the results.
2222

2323
\code{sub} and \code{gsub} perform replacement of the first and all
24-
matches respectively.
24+
matches respectively within each element of a character vector.
2525
}
2626
\usage{
2727
grep(pattern, x, ignore.case = FALSE, perl = FALSE, value = FALSE,

0 commit comments

Comments
 (0)