diff lisp/ChangeLog @ 43159:c69608fb5b19

Added command remapping.
author Kim F. Storm <storm@cua.dk>
date Wed, 06 Feb 2002 23:08:22 +0000
parents ee557660a984
children 6dab4dad0093
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 06 23:05:44 2002 +0000
+++ b/lisp/ChangeLog	Wed Feb 06 23:08:22 2002 +0000
@@ -1,3 +1,12 @@
+2002-02-06  Kim F. Storm  <storm@cua.dk>
+
+	* help.el (where-is): Report remapped commands.
+
+	* help-fns.el (describe-function-1): Ditto.
+
+	* subr.el (global-set-key, local-set-key): Accept a symbol for the
+	KEY argument (like define-key).
+
 2002-02-06  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
 
 	* textmodes/flyspell.el (flyspell-insert-function): Doc fix.