branch: elpa/helm commit f1ef8689514b20cd2c2a6c6be987d2c40a8f4a09 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Update Helm documentation --- helm-help.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/helm-help.el b/helm-help.el index 31a967e0bf..0877176002 100644 --- a/helm-help.el +++ b/helm-help.el @@ -1874,10 +1874,11 @@ Nowaday the best backend is Ripgrep aka RG, it is the fastest and is actively maintained, see `helm-grep-ag-command' and `helm-grep-ag-pipe-cmd-switches' to configure it. -You can ignore files and directories with a \".agignore\" file, local to a -directory or global when placed in the home directory. (See the AG man page for -more details.) That file follows the same syntax as `helm-grep-ignored-files' -and `helm-grep-ignored-directories'. +You can ignore files and directories with a \".agignore\" or +\".rgignore\" file, local to a directory or global when placed in +the home directory. (See the AG/RG man pages for more details.) +Note that `helm-grep-ignored-files'and +`helm-grep-ignored-directories' have no effect in helm-AG/RG. As always you can access Helm AG from `helm-find-files'.