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

    Use helm-completions-detailed face (#2695)
---
 helm-elisp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index b70958f223..688f7ebcb5 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -916,7 +916,7 @@ a prefix arg."
                        for disp = (and path
                                        (if (and doc
                                                 (or completions-detailed 
helm-completions-detailed))
-                                           (helm-aand (propertize doc 'face 
'font-lock-warning-face)
+                                           (helm-aand (propertize doc 'face 
'helm-completions-detailed)
                                                       (propertize " " 'display 
(concat sep it))
                                                       (concat bn it))
                                          bn))

Reply via email to