diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | } |