comparison src/doc.c @ 54927:7b6b4d9ae726

(Fkey_description): Change callers.
author Kim F. Storm <storm@cua.dk>
date Fri, 16 Apr 2004 21:19:16 +0000
parents 98cf37e32872
children efd6af30bde2 4c90ffeb71c5
comparison
equal deleted inserted replaced
54926:9d9ed20a61d2 54927:7b6b4d9ae726
806 length = length_byte; 806 length = length_byte;
807 goto subst; 807 goto subst;
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 }
815 /* \{foo} is replaced with a summary of the keymap (symbol-value foo). 815 /* \{foo} is replaced with a summary of the keymap (symbol-value foo).
816 \<foo> just sets the keymap used for \[cmd]. */ 816 \<foo> just sets the keymap used for \[cmd]. */