aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Gauland2013-02-24 18:34:22 +1300
committerAidan Gauland2013-02-24 18:34:22 +1300
commit4b9f0b67dae95106356e2cd7c7f03622702026f2 (patch)
tree7dde0201328795e0d52c75a560652c9bb3e635ef
parent7a91562ff0ea0033add100295a52ded5a8be0d9b (diff)
downloademacs-4b9f0b67dae95106356e2cd7c7f03622702026f2.tar.gz
emacs-4b9f0b67dae95106356e2cd7c7f03622702026f2.zip
* lisp/eshell/em-cmpl.el: Corrected "context-related help"
keybinding in commentary.
-rw-r--r--ChangeLog5
-rw-r--r--lisp/eshell/em-cmpl.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2720997a6c8..711971a61ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2
3 * lisp/eshell/em-cmpl.el: Corrected "context-related help"
4 keybinding in commentary.
5
12013-02-21 Paul Eggert <eggert@cs.ucla.edu> 62013-02-21 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Parallelize documentation builds. 8 Parallelize documentation builds.
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index 8520a9c83d2..91311deffcf 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -63,7 +63,7 @@
63;; The list of possible completions can be viewed at any point by 63;; The list of possible completions can be viewed at any point by
64;; pressing <M-?>. 64;; pressing <M-?>.
65;; 65;;
66;; Finally, context-related help can be accessed by pressing <C-c i>. 66;; Finally, context-related help can be accessed by pressing <C-c M-h>.
67;; This only works well if the completion function has provided Eshell 67;; This only works well if the completion function has provided Eshell
68;; with sufficient pointers to locate the relevant help text. 68;; with sufficient pointers to locate the relevant help text.
69 69