emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111867: * lisp/eshell/em-cmpl.el: Co


From: Aidan Gauland
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111867: * lisp/eshell/em-cmpl.el: Corrected "context-related help"
Date: Sun, 24 Feb 2013 18:34:22 +1300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111867
committer: Aidan Gauland <address@hidden>
branch nick: trunk
timestamp: Sun 2013-02-24 18:34:22 +1300
message:
  * lisp/eshell/em-cmpl.el: Corrected "context-related help"
  keybinding in commentary.
modified:
  ChangeLog
  lisp/eshell/em-cmpl.el
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-02-21 22:42:56 +0000
+++ b/ChangeLog 2013-02-24 05:34:22 +0000
@@ -1,3 +1,8 @@
+2013-02-18  Aidan Gauland  <address@hidden>
+
+       * lisp/eshell/em-cmpl.el: Corrected "context-related help"
+       keybinding in commentary.
+
 2013-02-21  Paul Eggert  <address@hidden>
 
        Parallelize documentation builds.

=== modified file 'lisp/eshell/em-cmpl.el'
--- a/lisp/eshell/em-cmpl.el    2013-01-01 09:11:05 +0000
+++ b/lisp/eshell/em-cmpl.el    2013-02-24 05:34:22 +0000
@@ -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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]