changeset 5367:e4f5f2674f34

(describe_command): If binding is a kbd macro, say so.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Dec 1993 07:43:21 +0000
parents 9fb443ed4acf
children f416b0f85249
files src/keymap.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Wed Dec 29 06:55:23 1993 +0000
+++ b/src/keymap.c	Wed Dec 29 07:43:21 1993 +0000
@@ -1892,6 +1892,8 @@
       insert1 (tem1);
       insert_string ("\n");
     }
+  else if (STRINGP (definition))
+    insert_string ("Keyboard Macro\n");
   else
     {
       tem1 = Fkeymapp (definition);