From: Aidan Gauland Date: Sun, 24 Feb 2013 05:34:22 +0000 (+1300) Subject: * lisp/eshell/em-cmpl.el: Corrected "context-related help" X-Git-Tag: emacs-24.3.90~173^2~6^2~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b9f0b67dae95106356e2cd7c7f03622702026f2;p=emacs.git * lisp/eshell/em-cmpl.el: Corrected "context-related help" keybinding in commentary. --- diff --git a/ChangeLog b/ChangeLog index 2720997a6c8..711971a61ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-18 Aidan Gauland + + * lisp/eshell/em-cmpl.el: Corrected "context-related help" + keybinding in commentary. + 2013-02-21 Paul Eggert 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 @@ ;; The list of possible completions can be viewed at any point by ;; pressing . ;; -;; Finally, context-related help can be accessed by pressing . +;; Finally, context-related help can be accessed by pressing . ;; This only works well if the completion function has provided Eshell ;; with sufficient pointers to locate the relevant help text.