diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -719,7 +719,7 @@ a new string, without any text properties, is returned. */) | |||
| 719 | or a specified local map (which means search just that and the | 719 | or a specified local map (which means search just that and the |
| 720 | global map). If non-nil, it might come from Voverriding_local_map, | 720 | global map). If non-nil, it might come from Voverriding_local_map, |
| 721 | or from a \\<mapname> construct in STRING itself.. */ | 721 | or from a \\<mapname> construct in STRING itself.. */ |
| 722 | keymap = current_kboard->Voverriding_terminal_local_map; | 722 | keymap = KVAR (current_kboard, Voverriding_terminal_local_map); |
| 723 | if (NILP (keymap)) | 723 | if (NILP (keymap)) |
| 724 | keymap = Voverriding_local_map; | 724 | keymap = Voverriding_local_map; |
| 725 | 725 | ||