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>
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 ()