aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index ccd340557dd..966af69c97b 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11332,7 +11332,7 @@ See Info node `(elisp)Multiple Terminals'. */);
11332 11332
11333 DEFVAR_BOOL ("cannot-suspend", cannot_suspend, 11333 DEFVAR_BOOL ("cannot-suspend", cannot_suspend,
11334 doc: /* Non-nil means to always spawn a subshell instead of suspending. 11334 doc: /* Non-nil means to always spawn a subshell instead of suspending.
11335\(Even if the operating system has support for stopping a process.\) */); 11335(Even if the operating system has support for stopping a process.) */);
11336 cannot_suspend = false; 11336 cannot_suspend = false;
11337 11337
11338 DEFVAR_BOOL ("menu-prompting", menu_prompting, 11338 DEFVAR_BOOL ("menu-prompting", menu_prompting,
@@ -11538,7 +11538,7 @@ immediately after running `post-command-hook'. */);
11538 DEFVAR_LISP ("input-method-function", Vinput_method_function, 11538 DEFVAR_LISP ("input-method-function", Vinput_method_function,
11539 doc: /* If non-nil, the function that implements the current input method. 11539 doc: /* If non-nil, the function that implements the current input method.
11540It's called with one argument, a printing character that was just read. 11540It's called with one argument, a printing character that was just read.
11541\(That means a character with code 040...0176.) 11541(That means a character with code 040...0176.)
11542Typically this function uses `read-event' to read additional events. 11542Typically this function uses `read-event' to read additional events.
11543When it does so, it should first bind `input-method-function' to nil 11543When it does so, it should first bind `input-method-function' to nil
11544so it will not be called recursively. 11544so it will not be called recursively.