summaryrefslogtreecommitdiff
path: root/helm-source.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-24 17:15:02 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-24 17:15:02 +0100
commit62dae373bca75c5b8d636b4a330b1d5a2c8b78a5 (patch)
treeb730e69170308899dc3b96e1beae32ee8f68325d /helm-source.el
parent2a54586dae57e1e0812099602b209186bfcb58b5 (diff)
Fix persistent-help and header-line slot docstring
* helm-source.el: Do it.
Diffstat (limited to 'helm-source.el')
-rw-r--r--helm-source.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/helm-source.el b/helm-source.el
index 9ff9b7a9..0f511455 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -222,8 +222,8 @@
:documentation
" A string to explain persistent-action of this source. It also
accepts a function or a variable name.
- It will be displayed in `header-line'.
- Have no effect when `helm-echo-input-in-header-line' is non--nil.")
+ It will be displayed in `header-line' or in `minibuffer' depending
+ of value of `helm-echo-input-in-header-line' and `helm-display-header-line'.")
(help-message
:initarg :help-message
@@ -525,7 +525,8 @@
:custom (choice string function)
:documentation
" Source local `header-line-format'.
- Have no effect when `helm-echo-input-in-header-line' is non--nil.
+ It will be displayed in `header-line' or in `minibuffer' depending
+ of value of `helm-echo-input-in-header-line' and `helm-display-header-line'.")
It accepts also variable/function name.")
(resume