* lisp/eshell/em-cmpl.el: Corrected "context-related help"

keybinding in commentary.
This commit is contained in:
Aidan Gauland 2013-02-24 18:34:22 +13:00
parent 7a91562ff0
commit 4b9f0b67da
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
* lisp/eshell/em-cmpl.el: Corrected "context-related help"
keybinding in commentary.
2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
Parallelize documentation builds.

View file

@ -63,7 +63,7 @@
;; The list of possible completions can be viewed at any point by
;; pressing <M-?>.
;;
;; Finally, context-related help can be accessed by pressing <C-c i>.
;; Finally, context-related help can be accessed by pressing <C-c M-h>.
;; This only works well if the completion function has provided Eshell
;; with sufficient pointers to locate the relevant help text.