summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-03-31 13:51:29 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-03-31 13:51:29 +0200
commit84c67a83abef9962b346398030fc13aecb10bd66 (patch)
treeb32cd888e0a9381886d4698d5712df20f005e57d /helm-help.el
parent0181b7ef468def6ef5547c7241b5c4c854816166 (diff)
Update helm help
* helm-help.el (helm-help--string-list): Add kill ring help and docstring.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/helm-help.el b/helm-help.el
index 574f254c..722671e0 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -47,7 +47,9 @@
helm-imenu-help-message
helm-colors-help-message
helm-semantic-help-message
- helm-kmacro-help-message))
+ helm-kmacro-help-message
+ helm-kill-ring-help-message)
+ "A list of help messages (strings) used by `helm-documentation'.")
(defvar helm-documentation-buffer-name "*helm documentation*")