summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])