changeset 10602:05a3cfc7a5ba

(syms_of_keyboard): Fix missing backslashes.
author Karl Heuer <kwzh@gnu.org>
date Tue, 31 Jan 1995 00:02:47 +0000
parents b357feae0096
children f33806464315
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Mon Jan 30 23:47:17 1995 +0000
+++ b/src/keyboard.c	Tue Jan 31 00:02:47 1995 +0000
@@ -6404,10 +6404,10 @@
     "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.");