diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/keymaps.texi | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4deea30005f..cfb67be86dc 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-04-02 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * keymaps.texi (Key Sequences): Remove obsolete sentence | ||
| 4 | (Bug#13356). | ||
| 5 | |||
| 1 | 2013-01-03 Ari Roponen <ari.roponen@gmail.com> (tiny change) | 6 | 2013-01-03 Ari Roponen <ari.roponen@gmail.com> (tiny change) |
| 2 | 7 | ||
| 3 | * hash.texi (Defining Hash): Fix typo. (Bug#13345) | 8 | * hash.texi (Defining Hash): Fix typo. (Bug#13345) |
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index c4bbe303bf9..cb6c785905c 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -94,9 +94,6 @@ Manual}. | |||
| 94 | (kbd "<f1> SPC") @result{} [f1 32] | 94 | (kbd "<f1> SPC") @result{} [f1 32] |
| 95 | (kbd "C-M-<down>") @result{} [C-M-down] | 95 | (kbd "C-M-<down>") @result{} [C-M-down] |
| 96 | @end example | 96 | @end example |
| 97 | |||
| 98 | This macro is not meant for use with arguments that vary---only | ||
| 99 | with string constants. | ||
| 100 | @end defun | 97 | @end defun |
| 101 | 98 | ||
| 102 | @node Keymap Basics | 99 | @node Keymap Basics |