aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index c29c07f027b..04330a41eb9 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6172,7 +6172,7 @@ buffer's local map, and the minor mode keymaps and text property keymaps.");
6172Each element should have the form (N . SYMBOL) where N is the\n\ 6172Each element should have the form (N . SYMBOL) where N is the\n\
6173numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\ 6173numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\
6174and SYMBOL is its name."); 6174and SYMBOL is its name.");
6175 Vmenu_bar_final_items = Qnil; 6175 Vsystem_key_alist = Qnil;
6176} 6176}
6177 6177
6178keys_of_keyboard () 6178keys_of_keyboard ()