summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-08-05 14:08:18 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-08-05 14:08:18 +0200
commitebe1e8a89e5f62b149c578423cab52c89cbaa755 (patch)
treed66b4e8425232cf9f5b9a9d9d7566b0c13f19645 /emacs-helm.sh
parentfbc34c8257e52dd6a0e34d9aa2c197f5864fe606 (diff)
* emacs-helm.sh: Fix typo in doc.
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index 3b992d75..cf5ba28d 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -34,7 +34,7 @@ cat > $TMP <<EOF
;; - \`find-file'(C-x C-f) =>\`helm-find-files'\n\
;; - \`occur'(M-s o) =>\`helm-occur'\n\
;; - \`list-buffers'(C-x C-b) =>\`helm-buffers-list'\n\
-;; - \`completion-at-point'(tab) =>\`helm-lisp-completion-at-point'\n\n\
+;; - \`completion-at-point'(M-tab) =>\`helm-lisp-completion-at-point'\n\n\
;; Some others native emacs commands are \"helmized\" by \`helm-mode'.\n\
;; You will find embeded help for most helm commands with \`C-c ?'.\n\
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n"))