]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Jan 2002 01:36:56 +0000 (01:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Jan 2002 01:36:56 +0000 (01:36 +0000)
lisp/ChangeLog
lisp/help.el

index 145c7823917fbbebaf957a13b66701209140883d..393d3c365e41290fc269d0ce1a05fda1458f8023 100644 (file)
@@ -1,5 +1,17 @@
 2002-01-13  Richard M. Stallman  <rms@gnu.org>
 
+       * international/mule-cmds.el: help-map bindings moved to help.el.
+
+       * help.el (view-echo-area-messages): New function.
+       (help-map): Add `e' binding.  Delete obsolete `d' binding.
+       Change old Info bindings C-f, C-k and C-i to F, K, S.
+       Move view-emacs-FAQ from F to C-f.
+       Move view-emacs-problems from P to C-e.
+       Bindings moved here from mule-cmds.el.
+       C-l binding for describe-language-environment deleted.  
+       Bind C-h like h, to view-hello-file.
+       (help-for-help): Update for all these changes.
+       
        * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
 
 2002-01-13  Dave Love  <fx@gnu.org>
index 81cea9ab088deebacf94d2e94228e2266c4b24e1..c3b980881cb4eb2099e7f67d98820f94cabbaa93 100644 (file)
@@ -225,14 +225,6 @@ C-p Display information about the GNU project.
 C-w Display information on absence of warranty for GNU Emacs."
   help-map)
 
-
-
-(define-key help-map "F" 'Info-goto-emacs-command-node)
-(define-key help-map "K" 'Info-goto-emacs-key-command-node)
-(define-key help-map "I" 'info-lookup-symbol)
-
-
-
 \f
 
 (defun function-called-at-point ()