aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorKim F. Storm2004-04-16 21:19:16 +0000
committerKim F. Storm2004-04-16 21:19:16 +0000
commita1bfe073ea1774b5f14b77b37a08ebb7e1f23c90 (patch)
tree3e789da10ee063c33373e4fc8a46c1f9fc11a3fb /src/doc.c
parentb378e2c73668ca964ee7d195e2667cf3a1bee853 (diff)
downloademacs-a1bfe073ea1774b5f14b77b37a08ebb7e1f23c90.tar.gz
emacs-a1bfe073ea1774b5f14b77b37a08ebb7e1f23c90.zip
(Fkey_description): Change callers.
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 }