diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-14 12:42:03 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-14 12:42:31 -0700 |
commit | e6750596ef55352c260c200747bec3303e181fe8 (patch) | |
tree | 58dbe9af98440c8e2fd9f8a8c839e01f17918e01 /src/xfns.c | |
parent | fc05d4fec98387097c30a5c60e2f343cb797af26 (diff) | |
download | emacs-e6750596ef55352c260c200747bec3303e181fe8.tar.gz |
; Spelling and minor wording fixes
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/xfns.c b/src/xfns.c index 3257805cabb..e463391c74a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -799,9 +799,9 @@ x_set_undecorated (struct frame *f, Lisp_Object new_value, Lisp_Object old_value hints.decorations = NILP (new_value) ? MWM_DECOR_ALL : 0; block_input (); - /* For some reason the third and fourth argument in the following - call must be identic: In the corresponding XGetWindowProperty - call in getMotifHints, xfwm has the third and seventh arg both + /* For some reason the third and fourth arguments in the following + call must be identical: In the corresponding XGetWindowProperty + call in getMotifHints, xfwm has the third and seventh args both display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, PropModeReplace, (unsigned char *) &hints, @@ -3041,9 +3041,9 @@ x_window (struct frame *f, long window_prompting) hints.flags = MWM_HINTS_DECORATIONS; hints.decorations = 0; - /* For some reason the third and fourth argument in the following - call must be identic: In the corresponding XGetWindowProperty - call in getMotifHints, xfwm has the third and seventh arg both + /* For some reason the third and fourth arguments in the following + call must be identical: In the corresponding XGetWindowProperty + call in getMotifHints, xfwm has the third and seventh args both display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, PropModeReplace, (unsigned char *) &hints, @@ -3201,9 +3201,9 @@ x_window (struct frame *f) hints.flags = MWM_HINTS_DECORATIONS; hints.decorations = 0; - /* For some reason the third and fourth argument in the following - call must be identic: In the corresponding XGetWindowProperty - call in getMotifHints, xfwm has the third and seventh arg both + /* For some reason the third and fourth arguments in the following + call must be identical: In the corresponding XGetWindowProperty + call in getMotifHints, xfwm has the third and seventh args both display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, PropModeReplace, (unsigned char *) &hints, |