From 9d6c9dd13c47564d1226fbaebc7f22556ff62eab Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Feb 2013 17:16:30 -0800 Subject: [PATCH] * doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/keymaps.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bfc4ee2bcce..cae1ff8676b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-02-11 Glenn Morris + + * keymaps.texi (Key Binding Commands): Trivial rephrasing. + 2013-02-09 Glenn Morris * keymaps.texi (Creating Keymaps): Update make-keymap result. diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 54211d1aa0b..4e8256b3b4b 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -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 -- 2.11.4.GIT