summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-27 18:58:07 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-27 18:58:07 +0200
commit8669abf1faa8f3023f98eb2f340b2d7ffec0381f (patch)
tree6d8e2a5810186083e728740c1cecbb726d4e5c86 /helm-grep.el
parentbb17f37238fb656213add2d65fe35d103f7dcfb8 (diff)
Fix docstring of :backend slot in helm-grep-class.
* helm-grep.el (helm-grep-class): Do it.
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/helm-grep.el b/helm-grep.el
index 6824e124..f787f402 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -901,7 +901,12 @@ These extensions will be added to command line with --include arg of grep."
(nohighlight :initform t)
(nomark :initform t)
(backend :initarg :backend
- :initform nil)
+ :initform nil
+ :documentation
+ " The grep backend that will be used.
+ It is actually used only as an internal flag
+ and don't set the backend by itself.
+ You probably don't want to modify this.")
(candidate-number-limit :initform 9999)
(help-message :initform 'helm-grep-help-message)
(history :initform 'helm-grep-history)