summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChunyang Xu <xuchunyang56@gmail.com>2015-07-21 23:28:43 +0800
committerChunyang Xu <xuchunyang56@gmail.com>2015-07-21 23:28:43 +0800
commit804179c6bb9b1feb9b36bedefc763515cc4dea53 (patch)
tree15b826da886e830f5bc7210d782b15fcf92f191a /doc
parent79072fd1e926e9cd7ea6d0d13a98cdd563aeaf43 (diff)
Update helm-help key binding in wiki.
Diffstat (limited to 'doc')
-rw-r--r--doc/Home.mdpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/Home.mdpp b/doc/Home.mdpp
index 80199c84..3fbda547 100644
--- a/doc/Home.mdpp
+++ b/doc/Home.mdpp
@@ -127,8 +127,6 @@ in mode-line. For more, hitting
C-h m
while in helm session will show you all other bindings.
- NOTE: Some helm commands have a special keymap, you can access infos on
-these keymap with `C-c ?`, it should be documented in the mode-line.
## Yanking text
@@ -910,7 +908,7 @@ buffers:
Not complete.
-`C-c ?` will show you all commands available.
+`C-h m` will show you all commands available.
# Helm Resume
@@ -1262,7 +1260,7 @@ Bad installation of helm, please reinstall, See [Here](https://github.com/emacs-
## I have an error message when starting helm-M-x with a prefix arg
Please pass your prefix args AFTER starting helm-M-x.
-Read the embeded documentation for more infos (C-c ?).
+Read the embeded documentation for more infos (C-h m).
## I cannot exit with empty string in completing-read's
@@ -1304,5 +1302,5 @@ _Note:_ Don't define a new `defmethod` `helm-setup-user-source` with generic cla
## I can't find help or documentation for helm
-In each helm session you will find help with `C-c ?`, it is notified in your `mode-line`.
+In each helm session you will find help with `C-h m`, it is notified in your `mode-line`.
All these help pages are regrouped in a org file generated by the command `helm-documentation`.