diff --git a/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner b/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner --- a/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner +++ b/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner @@ -109,7 +109,8 @@ not specified, defaults to the linted file. It is generally not necessary to capture this unless the linter can raise messages in files other than the one it is linting. - - `line` (optional) The line number of the message. + - `line` (optional) The line number of the message. If no text is + captured, the message is assumed to affect the entire file. - `char` (optional) The character offset of the message. - `offset` (optional) The byte offset of the message. If captured, this supersedes `line` and `char`.