aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorJim Blandy1993-07-06 06:16:20 +0000
committerJim Blandy1993-07-06 06:16:20 +0000
commitfc593b05890222a0cbc128e2f8888a9d1405ced5 (patch)
treec4fc0f677c416a9fbf70c010deae8757515f2656 /src/doc.c
parent734c51b2dd0d010be568ce950c62d2aea883bb8c (diff)
downloademacs-fc593b05890222a0cbc128e2f8888a9d1405ced5.tar.gz
emacs-fc593b05890222a0cbc128e2f8888a9d1405ced5.zip
* doc.c (Fsubstitute_command_keys): Pass all five arguments to
describe_map_tree.
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 9cab00f1998..58a0b4a54a1 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -487,7 +487,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
487 else if (start[-1] == '<') 487 else if (start[-1] == '<')
488 keymap = tem; 488 keymap = tem;
489 else 489 else
490 describe_map_tree (tem, 1, Qnil); 490 describe_map_tree (tem, 1, Qnil, Qnil, 0);
491 tem = Fbuffer_string (); 491 tem = Fbuffer_string ();
492 Ferase_buffer (); 492 Ferase_buffer ();
493 set_buffer_internal (oldbuf); 493 set_buffer_internal (oldbuf);