diff options
| author | Luc Teirlinck | 2004-08-09 18:48:23 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-09 18:48:23 +0000 |
| commit | a14b195b009cefe5591c1d630bd82a40f016ba23 (patch) | |
| tree | 11c92755ef441c90378892e778fde7bdba05dbae | |
| parent | 2c0a0e38e968ecf7e394f851c4512ab6d5ecccb6 (diff) | |
| download | emacs-a14b195b009cefe5591c1d630bd82a40f016ba23.tar.gz emacs-a14b195b009cefe5591c1d630bd82a40f016ba23.zip | |
(kbd): Doc fix.
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index eb1e5e5df2f..53aef00f899 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -566,7 +566,7 @@ The order of bindings in a keymap matters when it is used as a menu." | |||
| 566 | (defmacro kbd (keys) | 566 | (defmacro kbd (keys) |
| 567 | "Convert KEYS to the internal Emacs key representation. | 567 | "Convert KEYS to the internal Emacs key representation. |
| 568 | KEYS should be a string constant in the format used for | 568 | KEYS should be a string constant in the format used for |
| 569 | saving keyboard macros (see `insert-kbd-macro')." | 569 | saving keyboard macros (see `edmacro-mode')." |
| 570 | (read-kbd-macro keys)) | 570 | (read-kbd-macro keys)) |
| 571 | 571 | ||
| 572 | (put 'keyboard-translate-table 'char-table-extra-slots 0) | 572 | (put 'keyboard-translate-table 'char-table-extra-slots 0) |