]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdefine_key): Doc fix.
authorKai Großjohann <kgrossjo@eu.uu.net>
Fri, 21 Feb 2003 16:34:59 +0000 (16:34 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Fri, 21 Feb 2003 16:34:59 +0000 (16:34 +0000)
src/ChangeLog
src/keymap.c

index 2f13a3f625ae88ae2bc7423f713c1cf3400fa7aa..9d9d40a26df04073f777579bf7c96aec7539b735 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * keymap.c (Fdefine_key): Doc fix.
+
 2003-02-21  Juanma Barranquero  <lektu@terra.es>
 
        Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
index 9820d03f80b86f7cab542668e97aaac07b5a527e..4c00b0c05832b9fffd527e9bebf5ebbd7c1cbef2 100644 (file)
@@ -988,8 +988,9 @@ DEF is anything that can be a key's definition:
     (DEFN should be a valid definition in its own right),
  or a cons (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP.
 
-If KEYMAP is a sparse keymap, the pair binding KEY to DEF is added at
-the front of KEYMAP.  */)
+If KEYMAP is a sparse keymap with a binding for KEY, the existing
+binding is altered.  If there is no binding for KEY, the new pair
+binding KEY to DEF is added at the front of KEYMAP.  */)
      (keymap, key, def)
      Lisp_Object keymap;
      Lisp_Object key;