summaryrefslogtreecommitdiff
path: root/helm-lib.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-05 09:12:51 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-05 09:12:51 +0200
commit8ee40211361cce709d5b3f1ce3cef33f0f3f02ad (patch)
tree198890b59251e24e08bc420e37599f670e54e72c /helm-lib.el
parent61c2c29a04cf20799982f89f39570638650fe02d (diff)
Fix docstring.
Diffstat (limited to 'helm-lib.el')
-rw-r--r--helm-lib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-lib.el b/helm-lib.el
index 2235e94a..f79c5c99 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -334,7 +334,7 @@ Default is `eq'."
collect i))
(defun helm-boring-directory-p (directory black-list)
- "Check if one regexp in BLACK-LIST match directory DIR."
+ "Check if one regexp in BLACK-LIST match DIRECTORY."
(helm-awhile directory
(setq directory (helm-basedir (directory-file-name
(expand-file-name it))))