]> code.delx.au - gnu-emacs/commitdiff
* lisp/eshell/em-cmpl.el: Corrected "context-related help"
authorAidan Gauland <aidalgol@no8wireless.co.nz>
Sun, 24 Feb 2013 05:34:22 +0000 (18:34 +1300)
committerAidan Gauland <aidalgol@no8wireless.co.nz>
Sun, 24 Feb 2013 05:34:22 +0000 (18:34 +1300)
keybinding in commentary.

ChangeLog
lisp/eshell/em-cmpl.el

index 2720997a6c8fa4a0d3df246117b7b55196c3bf30..711971a61adb6df1a380daa8ae10d6e8eb2cfa68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8520a9c83d2321c2f4e0fa483bbb23bec252ae0a..91311deffcffa3f8e65df4f6e3cefa58bad92867 100644 (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.