diff options
| author | Richard M. Stallman | 1993-12-29 07:43:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-29 07:43:21 +0000 |
| commit | 24065b9c3d13281b64f493aed66f9e6a9f606dac (patch) | |
| tree | f1eb7a672562166df9e3abf9c791b468f8e1e087 /src | |
| parent | 7c09e2e327c5317ee6fc3687cb7c512817a13954 (diff) | |
| download | emacs-24065b9c3d13281b64f493aed66f9e6a9f606dac.tar.gz emacs-24065b9c3d13281b64f493aed66f9e6a9f606dac.zip | |
(describe_command): If binding is a kbd macro, say so.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c index 10ff9bcab90..d2a2f4f189c 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1892,6 +1892,8 @@ describe_command (definition) | |||
| 1892 | insert1 (tem1); | 1892 | insert1 (tem1); |
| 1893 | insert_string ("\n"); | 1893 | insert_string ("\n"); |
| 1894 | } | 1894 | } |
| 1895 | else if (STRINGP (definition)) | ||
| 1896 | insert_string ("Keyboard Macro\n"); | ||
| 1895 | else | 1897 | else |
| 1896 | { | 1898 | { |
| 1897 | tem1 = Fkeymapp (definition); | 1899 | tem1 = Fkeymapp (definition); |