branch: elpa/helm
commit 0cc7a7cbc298c7a021d336647b25f1964dbae3e9
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Truncate lines in helm-apropos when shortdoc is enabled
---
 helm-elisp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index 03a0d77eff..86af979c7b 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -791,7 +791,8 @@ a string, i.e. the `symbol-name' of any existing symbol."
                   helm-apropos-function-list)
           :history 'helm-apropos-history
           :buffer "*helm apropos*"
-          :preselect (and default (concat "\\_<" (regexp-quote default) 
"\\_>")))))
+          :preselect (and default (concat "\\_<" (regexp-quote default) 
"\\_>"))
+          :truncate-lines helm-apropos-show-short-doc)))
 
 
 ;;; Advices

Reply via email to