diff options
| author | Joakim Verona | 2013-02-25 00:04:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-25 00:04:21 +0100 |
| commit | 1b907e3f10d78d2bc58e2c8fd707d29b44498865 (patch) | |
| tree | 82e416df4ee48f894ba183c4d0f854cd050bfa53 /lisp/eshell | |
| parent | ceb10cfbad146ee9aef6a59a1af45cc39b1edb86 (diff) | |
| parent | 82fcf982c39d5ff821bb7d3353ca973e277e1810 (diff) | |
| download | emacs-1b907e3f10d78d2bc58e2c8fd707d29b44498865.tar.gz emacs-1b907e3f10d78d2bc58e2c8fd707d29b44498865.zip | |
auto upstream
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-cmpl.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||