summaryrefslogtreecommitdiff
path: root/helm-easymenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-04 10:34:39 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-04 10:34:39 +0200
commit7fd7916e02349fa3d6bbe91acd6204ad2a158dec (patch)
tree0813d9f1b8a744c4bcace01d8eb42bcff28094f6 /helm-easymenu.el
parent68403a8652728c32b40c6efa7dd293a387695d34 (diff)
Add also helm-documenation to menu (#1141)
* helm-easymenu.el: Do it.
Diffstat (limited to 'helm-easymenu.el')
-rw-r--r--helm-easymenu.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-easymenu.el b/helm-easymenu.el
index dfdd5842..8fe8c3e2 100644
--- a/helm-easymenu.el
+++ b/helm-easymenu.el
@@ -42,7 +42,8 @@
("Info"
["Info at point" helm-info-at-point t]
["Emacs Manual index" helm-info-emacs t]
- ["Gnus Manual index" helm-info-gnus t])
+ ["Gnus Manual index" helm-info-gnus t]
+ ["Helm documentation" helm-documentation t])
("Org"
["Org keywords" helm-org-keywords t]
["Org headlines" helm-org-headlines t])