From: Glenn Morris Date: Mon, 11 Feb 2013 01:16:30 +0000 (-0800) Subject: * doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing. X-Git-Tag: emacs-24.3-rc1~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d6c9dd13c47564d1226fbaebc7f22556ff62eab;p=emacs.git * doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing. --- 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