# HG changeset patch # User Karl Heuer # Date 791510567 0 # Node ID 05a3cfc7a5ba1faaba41244915f14f3ca12f3006 # Parent b357feae0096e7673800a3ed4b48de43242d016c (syms_of_keyboard): Fix missing backslashes. diff -r b357feae0096 -r 05a3cfc7a5ba src/keyboard.c --- 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.");