aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);