aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-01-10 21:30:04 +0000
committerRichard M. Stallman <[email protected]>1994-01-10 21:30:04 +0000
commitf8ba73c1c26cbf20baeb53ad474682519649fcc7 (patch)
treec7dcd19bc303839a8c4ad180c9bdfd8e88334464 /src
parent802557a4f1f4e08971ed901dc5b02e3bba58de12 (diff)
(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
Diffstat (limited to 'src')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 616ee271a6..dd84e52e32 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -499,7 +499,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
else if (start[-1] == '<')
keymap = tem;
else
- describe_map_tree (tem, 1, Qnil, Qnil, 0);
+ describe_map_tree (tem, 1, Qnil, Qnil, 0, 1);
tem = Fbuffer_string ();
Ferase_buffer ();
set_buffer_internal (oldbuf);