aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
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 d4d749ab585..a0b840637e0 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -808,7 +808,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
808 } 808 }
809 else 809 else
810 { /* function is on a key */ 810 { /* function is on a key */
811 tem = Fkey_description (tem); 811 tem = Fkey_description (tem, Qnil);
812 goto subst_string; 812 goto subst_string;
813 } 813 }
814 } 814 }