Skip to content

Commit

Permalink
Fix *-header-line docstrings #2579
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jan 6, 2023
1 parent 299d0e8 commit 4e39df9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions helm-core.el
Expand Up @@ -930,7 +930,9 @@ update Helm."
(const :tag "Provide guidance only for complex methods" complex-only)))

(defcustom helm-display-header-line t
"Display header-line when non nil."
"Display header-line when non nil.
It has to be non nil when you want to display minibuffer contents in there with
`helm-echo-input-in-header-line'."
:group 'helm
:type 'boolean)

Expand All @@ -942,7 +944,9 @@ The default is to enable this by default and then toggle
:type 'boolean)

(defcustom helm-echo-input-in-header-line nil
"Send current input to header-line when non-nil."
"Send current input to header-line when non-nil.
Note that `helm-display-header-line' has to be non nil as well for this to take
effect."
:group 'helm
:type 'boolean)

Expand Down

0 comments on commit 4e39df9

Please sign in to comment.