branch: elpa/helm
commit 8e68b4da2527272177a8a04db4e5542cc9b8abf3
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update face docstring
---
helm-core.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
index e9b8891c7e..fb3b74683d 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -1234,7 +1234,9 @@ Set this to an empty string if you don't want prefix in
margin when marking."
(defface helm-header-line-left-margin
`((t ,@(and (>= emacs-major-version 27) '(:extend t))
:foreground "black" :background "yellow"))
- "Face used to highlight helm-header sign in left-margin."
+ "Face used to highlight helm-header sign in left-margin.
+This face is used only when using `helm-echo-input-in-header-line' and pattern
+is wider then screen."
:group 'helm-faces)
(defface helm-minibuffer-prompt