summaryrefslogtreecommitdiff
path: root/helm-find.el
diff options
context:
space:
mode:
authorManuel Uberti <manuel.uberti@inventati.org>2020-06-01 15:33:56 +0200
committerManuel Uberti <manuel.uberti@inventati.org>2020-06-03 11:06:21 +0200
commit5cf79283d605f3520da434f46fefa82943f2eddd (patch)
tree256e2a04b101ebcbaf2908918f83e51684b1e308 /helm-find.el
parent130175735fb9c55f9e2a2c1a7d2609d628458f77 (diff)
Fix documentation
Diffstat (limited to 'helm-find.el')
-rw-r--r--helm-find.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/helm-find.el b/helm-find.el
index 9c1ab0ca..67b0d40a 100644
--- a/helm-find.el
+++ b/helm-find.el
@@ -26,8 +26,9 @@
:type 'boolean)
(defcustom helm-findutils-search-full-path nil
- "Search in full path with shell command find when non--nil.
-I.e use the -path/ipath arguments of find instead of -name/iname."
+ "Search in full path with shell command find when non-nil.
+I.e. use the -path/ipath arguments of find instead of
+-name/iname."
:group 'helm-files
:type 'boolean)