aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
authorPaul Eggert2011-12-05 00:55:25 -0800
committerPaul Eggert2011-12-05 00:55:25 -0800
commitfa46310344375ef5c114cbb94d4acea39ac29239 (patch)
tree4d74de9694db1c199cd9301a27c48b4d4137cf0c /src/xselect.c
parentc3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff)
downloademacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz
emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip
Spelling fixes.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 4bfab4143cc..f9ebdf730d4 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -516,7 +516,7 @@ static struct selection_data *converted_selections;
516static Atom conversion_fail_tag; 516static Atom conversion_fail_tag;
517 517
518/* Used as an unwind-protect clause so that, if a selection-converter signals 518/* Used as an unwind-protect clause so that, if a selection-converter signals
519 an error, we tell the requester that we were unable to do what they wanted 519 an error, we tell the requestor that we were unable to do what they wanted
520 before we throw to top-level or go into the debugger or whatever. */ 520 before we throw to top-level or go into the debugger or whatever. */
521 521
522static Lisp_Object 522static Lisp_Object
@@ -693,7 +693,7 @@ x_reply_selection_request (struct input_event *event,
693 bytes_remaining = cs->size; 693 bytes_remaining = cs->size;
694 bytes_remaining *= format_bytes; 694 bytes_remaining *= format_bytes;
695 695
696 /* Wait for the requester to ack by deleting the property. 696 /* Wait for the requestor to ack by deleting the property.
697 This can run Lisp code (process handlers) or signal. */ 697 This can run Lisp code (process handlers) or signal. */
698 if (! had_errors) 698 if (! had_errors)
699 { 699 {
@@ -732,7 +732,7 @@ x_reply_selection_request (struct input_event *event,
732 732
733 if (had_errors) break; 733 if (had_errors) break;
734 734
735 /* Wait for the requester to ack this chunk by deleting 735 /* Wait for the requestor to ack this chunk by deleting
736 the property. This can run Lisp code or signal. */ 736 the property. This can run Lisp code or signal. */
737 TRACE1 ("Waiting for increment ACK (deletion of %s)", 737 TRACE1 ("Waiting for increment ACK (deletion of %s)",
738 XGetAtomName (display, cs->property)); 738 XGetAtomName (display, cs->property));
@@ -740,7 +740,7 @@ x_reply_selection_request (struct input_event *event,
740 } 740 }
741 741
742 /* Now write a zero-length chunk to the property to tell the 742 /* Now write a zero-length chunk to the property to tell the
743 requester that we're done. */ 743 requestor that we're done. */
744 BLOCK_INPUT; 744 BLOCK_INPUT;
745 if (! waiting_for_other_props_on_window (display, window)) 745 if (! waiting_for_other_props_on_window (display, window))
746 XSelectInput (display, window, 0L); 746 XSelectInput (display, window, 0L);