emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 0cc7a7cbc2 2/4: Truncate lines in helm-apropos when s


From: ELPA Syncer
Subject: [nongnu] elpa/helm 0cc7a7cbc2 2/4: Truncate lines in helm-apropos when shortdoc is enabled
Date: Sat, 18 Jun 2022 01:58:29 -0400 (EDT)

branch: elpa/helm
commit 0cc7a7cbc298c7a021d336647b25f1964dbae3e9
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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

[Prev in Thread] Current Thread [Next in Thread]