diff options
| author | Kim F. Storm | 2004-04-16 21:19:16 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-16 21:19:16 +0000 |
| commit | a1bfe073ea1774b5f14b77b37a08ebb7e1f23c90 (patch) | |
| tree | 3e789da10ee063c33373e4fc8a46c1f9fc11a3fb /src/doc.c | |
| parent | b378e2c73668ca964ee7d195e2667cf3a1bee853 (diff) | |
| download | emacs-a1bfe073ea1774b5f14b77b37a08ebb7e1f23c90.tar.gz emacs-a1bfe073ea1774b5f14b77b37a08ebb7e1f23c90.zip | |
(Fkey_description): Change callers.
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 | } |