diff src/doc.c @ 3999:6ad80fc3c559

* doc.c (Fsubstitute_command_keys): Pass all five arguments to describe_map_tree.
author Jim Blandy <jimb@redhat.com>
date Tue, 06 Jul 1993 06:16:20 +0000
parents e94a593c3952
children 1fc792473491
line wrap: on
line diff
--- a/src/doc.c	Tue Jul 06 02:23:22 1993 +0000
+++ b/src/doc.c	Tue Jul 06 06:16:20 1993 +0000
@@ -487,7 +487,7 @@
 	  else if (start[-1] == '<')
 	    keymap = tem;
 	  else
-	    describe_map_tree (tem, 1, Qnil);
+	    describe_map_tree (tem, 1, Qnil, Qnil, 0);
 	  tem = Fbuffer_string ();
 	  Ferase_buffer ();
 	  set_buffer_internal (oldbuf);