diff options
| author | Glenn Morris | 2013-02-10 17:16:30 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-10 17:16:30 -0800 |
| commit | 9d6c9dd13c47564d1226fbaebc7f22556ff62eab (patch) | |
| tree | 97f3f97f9ef05b5f8981205798e227974354208b | |
| parent | e08e7d915475863b8f4aa535df09a1a677ae1bb0 (diff) | |
| download | emacs-9d6c9dd13c47564d1226fbaebc7f22556ff62eab.tar.gz emacs-9d6c9dd13c47564d1226fbaebc7f22556ff62eab.zip | |
* doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/keymaps.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | 2013-02-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * keymaps.texi (Key Binding Commands): Trivial rephrasing. | ||
| 4 | |||
| 1 | 2013-02-09 Glenn Morris <rgm@gnu.org> | 5 | 2013-02-09 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * keymaps.texi (Creating Keymaps): Update make-keymap result. | 7 | * 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 | |||
| 1784 | @end group | 1784 | @end group |
| 1785 | @end smallexample | 1785 | @end smallexample |
| 1786 | 1786 | ||
| 1787 | This function is implemented simply using @code{define-key}: | 1787 | This function is equivalent to using @code{define-key} as follows: |
| 1788 | 1788 | ||
| 1789 | @smallexample | 1789 | @smallexample |
| 1790 | @group | 1790 | @group |