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