Mercurial > emacs
comparison src/doc.c @ 3999:6ad80fc3c559
* doc.c (Fsubstitute_command_keys): Pass all five arguments to
describe_map_tree.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 06 Jul 1993 06:16:20 +0000 |
parents | e94a593c3952 |
children | 1fc792473491 |
comparison
equal
deleted
inserted
replaced
3998:c0560357c84e | 3999:6ad80fc3c559 |
---|---|
485 if (start[-1] == '<') keymap = Qnil; | 485 if (start[-1] == '<') keymap = Qnil; |
486 } | 486 } |
487 else if (start[-1] == '<') | 487 else if (start[-1] == '<') |
488 keymap = tem; | 488 keymap = tem; |
489 else | 489 else |
490 describe_map_tree (tem, 1, Qnil); | 490 describe_map_tree (tem, 1, Qnil, Qnil, 0); |
491 tem = Fbuffer_string (); | 491 tem = Fbuffer_string (); |
492 Ferase_buffer (); | 492 Ferase_buffer (); |
493 set_buffer_internal (oldbuf); | 493 set_buffer_internal (oldbuf); |
494 | 494 |
495 subst_string: | 495 subst_string: |