# HG changeset patch # User Karl Heuer # Date 913263907 0 # Node ID 5ad15fde58a9e3d60704f85ae6448daa6fabc15d # Parent ffe70215c560e3f0d1b43f1dc76388a5eb0a78eb Doc fixes. diff -r ffe70215c560 -r 5ad15fde58a9 src/keyboard.c --- a/src/keyboard.c Thu Dec 10 03:35:46 1998 +0000 +++ b/src/keyboard.c Thu Dec 10 04:25:07 1998 +0000 @@ -9142,14 +9142,15 @@ Vunread_input_method_events = Qnil; DEFVAR_LISP ("meta-prefix-char", &meta_prefix_char, - "Meta-prefix character code. Meta-foo as command input\n\ -turns into this character followed by foo."); + "Meta-prefix character code.\n\ +Meta-foo as command input turns into this character followed by foo."); XSETINT (meta_prefix_char, 033); DEFVAR_KBOARD ("last-command", Vlast_command, - "The last command executed. Normally a symbol with a function definition,\n\ -but can be whatever was found in the keymap, or whatever the variable\n\ -`this-command' was set to by that command.\n\ + "The last command executed.\n\ +Normally a symbol with a function definition, but can be whatever was found\n\ +in the keymap, or whatever the variable `this-command' was set to by that\n\ +command.\n\ \n\ The value `mode-exit' is special; it means that the previous command\n\ read an event that told it to exit, and it did so and unread that event.\n\ @@ -9260,8 +9261,8 @@ Vkeyboard_translate_table = Qnil; DEFVAR_BOOL ("cannot-suspend", &cannot_suspend, - "Non-nil means to always spawn a subshell instead of suspending,\n\ -even if the operating system has support for stopping a process."); + "Non-nil means to always spawn a subshell instead of suspending.\n\ +\(Even if the operating system has support for stopping a process.\)"); cannot_suspend = 0; DEFVAR_BOOL ("menu-prompting", &menu_prompting,