summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-03 20:49:18 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-03 20:49:18 +0200
commit486b97448612ef902bd80fad474817056bcacce1 (patch)
tree8f35f72633110249fde5b17ae5fc18295df17164 /helm-dabbrev.el
parent81b5caea868d2628c14d2d1ca3fe8cb23ccfe00b (diff)
Fix helm commands docstrings and remove some unneeded autoloads.
Diffstat (limited to 'helm-dabbrev.el')
-rw-r--r--helm-dabbrev.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index e30cc7e1..08b525b9 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -257,6 +257,7 @@ but the initial search for all candidates in buffer(s)."
;;;###autoload
(defun helm-dabbrev ()
+ "Preconfigured helm for dynamic abbreviations."
(interactive)
(let ((dabbrev (helm-thing-before-point nil helm-dabbrev--regexp))
(limits (helm-bounds-of-thing-before-point helm-dabbrev--regexp))