aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 31f1e5a9175..e572d43dbf4 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -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