summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-21 14:23:57 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-21 14:30:34 +0200
commit7cb354d2f1b1f2e5866aaf0ded2ba526cd9882bb (patch)
treeec8f049bde40ab71c29397164c5b776f99c2fc2b /helm-dabbrev.el
parent0282602b9de9f35b1cb5d0ce0b2aee9f8f8378f9 (diff)
Fix some docstrings.
* helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Do it. * helm-imenu.el (helm-imenu-all-buffer-assoc): Do it. * helm-lib.el (helm-same-major-mode-p): Do it.
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 0b879ac2..21d54f7d 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -120,6 +120,7 @@ but the initial search for all candidates in buffer(s)."
collect buf))
(defun helm-dabbrev--same-major-mode-p (start-buffer)
+ "Decide if current-buffer is related to START-BUFFER."
(helm-same-major-mode-p start-buffer helm-dabbrev-major-mode-assoc))
(defun helm-dabbrev--collect (str limit ignore-case all)