]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing.
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2013 01:16:30 +0000 (17:16 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2013 01:16:30 +0000 (17:16 -0800)
doc/lispref/ChangeLog
doc/lispref/keymaps.texi

index bfc4ee2bcce44a524ebdc939afd8f3d8102f0016..cae1ff8676b314fd4b5294d09742ec5c1f59c67a 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-11  Glenn Morris  <rgm@gnu.org>
+
+       * keymaps.texi (Key Binding Commands): Trivial rephrasing.
+
 2013-02-09  Glenn Morris  <rgm@gnu.org>
 
        * keymaps.texi (Creating Keymaps): Update make-keymap result.
index 54211d1aa0b13aae0a122d556f010a30bc731740..4e8256b3b4b8857438c61b2680b33e864a852a40 100644 (file)
@@ -1784,7 +1784,7 @@ that uses @var{key} as a prefix---which would not be allowed if
 @end group
 @end smallexample
 
-This function is implemented simply using @code{define-key}:
+This function is equivalent to using @code{define-key} as follows:
 
 @smallexample
 @group