]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard): Fix missing backslashes.
authorKarl Heuer <kwzh@gnu.org>
Tue, 31 Jan 1995 00:02:47 +0000 (00:02 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 31 Jan 1995 00:02:47 +0000 (00:02 +0000)
src/keyboard.c

index 7039437a76f23002fde562d30a229532a5c75d3b..99044239e1dc5056ea34e18e8cd3c7fda50f1726 100644 (file)
@@ -6404,10 +6404,10 @@ Type this character while in a menu prompt to rotate around the lines of it.");
     "A mask of additional modifier keys to use with every keyboard character.\n\
 Emacs applies the modifiers of the character stored here to each keyboard\n\
 character it reads.  For example, after evaluating the expression\n\
-    (setq extra-keyboard-modifiers ?\C-x)\n\
+    (setq extra-keyboard-modifiers ?\\C-x)\n\
 all input characters will have the control modifier applied to them.\n\
 \n\
-Note that the character ?\C-@, equivalent to the integer zero, does\n\
+Note that the character ?\\C-@, equivalent to the integer zero, does\n\
 not count as a control character; rather, it counts as a character\n\
 with no modifiers; thus, setting `extra-keyboard-modifiers' to zero\n\
 cancels any modification.");