aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/keyboard.c
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index fb935e7bb8f..c192b2070bd 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -903,7 +903,7 @@ command_loop_1 ()
903 Vdeactivate_mark = Qnil; 903 Vdeactivate_mark = Qnil;
904 904
905 /* If minibuffer on and echo area in use, 905 /* If minibuffer on and echo area in use,
906 wait 2 sec and redraw minibufer. */ 906 wait 2 sec and redraw minibuffer. */
907 907
908 if (minibuf_level && echo_area_glyphs) 908 if (minibuf_level && echo_area_glyphs)
909 { 909 {
@@ -1175,7 +1175,7 @@ command_loop_1 ()
1175/* Number of seconds between polling for input. */ 1175/* Number of seconds between polling for input. */
1176int polling_period; 1176int polling_period;
1177 1177
1178/* Nonzero means polling for input is temporarily suppresed. */ 1178/* Nonzero means polling for input is temporarily suppressed. */
1179int poll_suppress_count; 1179int poll_suppress_count;
1180 1180
1181#ifdef POLL_FOR_INPUT 1181#ifdef POLL_FOR_INPUT
@@ -1333,7 +1333,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
1333 remain unchanged. 1333 remain unchanged.
1334 1334
1335 Since this event came from a macro, it would be misleading to 1335 Since this event came from a macro, it would be misleading to
1336 leave internal_last_event_frame set to whereever the last 1336 leave internal_last_event_frame set to wherever the last
1337 real event came from. Normally, a switch-frame event selects 1337 real event came from. Normally, a switch-frame event selects
1338 internal_last_event_frame after each command is read, but 1338 internal_last_event_frame after each command is read, but
1339 events read from a macro should never cause a new frame to be 1339 events read from a macro should never cause a new frame to be
@@ -2753,7 +2753,7 @@ reorder_modifiers (symbol)
2753 the returned symbol. 2753 the returned symbol.
2754 2754
2755 The symbols we create are supposed to have an 2755 The symbols we create are supposed to have an
2756 `event-symbol-elements' propery, which lists the modifiers present 2756 `event-symbol-elements' property, which lists the modifiers present
2757 in the symbol's name. */ 2757 in the symbol's name. */
2758 2758
2759static Lisp_Object 2759static Lisp_Object
@@ -3801,7 +3801,7 @@ read_key_sequence (keybuf, bufsize, prompt)
3801 use save_excursion_{save,restore} here, because they 3801 use save_excursion_{save,restore} here, because they
3802 save point as well as the current buffer; we don't 3802 save point as well as the current buffer; we don't
3803 want to save point, because redisplay may change it, 3803 want to save point, because redisplay may change it,
3804 to accomodate a Fset_window_start or something. We 3804 to accommodate a Fset_window_start or something. We
3805 don't want to do this at the top of the function, 3805 don't want to do this at the top of the function,
3806 because we may get input from a subprocess which 3806 because we may get input from a subprocess which
3807 wants to change the selected window and stuff (say, 3807 wants to change the selected window and stuff (say,
@@ -4417,7 +4417,7 @@ On such systems, Emacs starts a subshell instead of suspending.")
4417} 4417}
4418 4418
4419/* If STUFFSTRING is a string, stuff its contents as pending terminal input. 4419/* If STUFFSTRING is a string, stuff its contents as pending terminal input.
4420 Then in any case stuff anthing Emacs has read ahead and not used. */ 4420 Then in any case stuff anything Emacs has read ahead and not used. */
4421 4421
4422stuff_buffered_input (stuffstring) 4422stuff_buffered_input (stuffstring)
4423 Lisp_Object stuffstring; 4423 Lisp_Object stuffstring;