diff options
| author | Richard M. Stallman | 1994-01-10 21:30:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-10 21:30:04 +0000 |
| commit | f8ba73c1c26cbf20baeb53ad474682519649fcc7 (patch) | |
| tree | c7dcd19bc303839a8c4ad180c9bdfd8e88334464 /src | |
| parent | 802557a4f1f4e08971ed901dc5b02e3bba58de12 (diff) | |
| download | emacs-f8ba73c1c26cbf20baeb53ad474682519649fcc7.tar.gz emacs-f8ba73c1c26cbf20baeb53ad474682519649fcc7.zip | |
(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -499,7 +499,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int | |||
| 499 | else if (start[-1] == '<') | 499 | else if (start[-1] == '<') |
| 500 | keymap = tem; | 500 | keymap = tem; |
| 501 | else | 501 | else |
| 502 | describe_map_tree (tem, 1, Qnil, Qnil, 0); | 502 | describe_map_tree (tem, 1, Qnil, Qnil, 0, 1); |
| 503 | tem = Fbuffer_string (); | 503 | tem = Fbuffer_string (); |
| 504 | Ferase_buffer (); | 504 | Ferase_buffer (); |
| 505 | set_buffer_internal (oldbuf); | 505 | set_buffer_internal (oldbuf); |