diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -737,8 +737,8 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int | |||
| 737 | tem = Fsymbol_value (name); | 737 | tem = Fsymbol_value (name); |
| 738 | if (! NILP (tem)) | 738 | if (! NILP (tem)) |
| 739 | { | 739 | { |
| 740 | tem = get_keymap_1 (tem, 0, 1); | 740 | tem = get_keymap (tem, 0, 1); |
| 741 | /* Note that get_keymap_1 can GC. */ | 741 | /* Note that get_keymap can GC. */ |
| 742 | strp = XSTRING (string)->data + idx; | 742 | strp = XSTRING (string)->data + idx; |
| 743 | start = XSTRING (string)->data + start_idx; | 743 | start = XSTRING (string)->data + start_idx; |
| 744 | } | 744 | } |