aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 07dd80aaee2..f022396eff3 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -661,7 +661,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
661 else if (start[-1] == '<') 661 else if (start[-1] == '<')
662 keymap = tem; 662 keymap = tem;
663 else 663 else
664 describe_map_tree (tem, 1, Qnil, Qnil, 0, 1); 664 describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1);
665 tem = Fbuffer_string (); 665 tem = Fbuffer_string ();
666 Ferase_buffer (); 666 Ferase_buffer ();
667 set_buffer_internal (oldbuf); 667 set_buffer_internal (oldbuf);