aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorPaul Eggert2017-04-14 12:42:03 -0700
committerPaul Eggert2017-04-14 12:42:31 -0700
commite6750596ef55352c260c200747bec3303e181fe8 (patch)
tree58dbe9af98440c8e2fd9f8a8c839e01f17918e01 /src/frame.c
parentfc05d4fec98387097c30a5c60e2f343cb797af26 (diff)
downloademacs-e6750596ef55352c260c200747bec3303e181fe8.tar.gz
emacs-e6750596ef55352c260c200747bec3303e181fe8.zip
; Spelling and minor wording fixes
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frame.c b/src/frame.c
index fc7982d0d55..282b691c277 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -337,7 +337,7 @@ DEFUN ("frame-windows-min-size", Fframe_windows_min_size,
337 * value to be returned. In that latter case IGNORE is ignored. 337 * value to be returned. In that latter case IGNORE is ignored.
338 * 338 *
339 * If `frame-windows-min-size' is called, it will make sure that the 339 * If `frame-windows-min-size' is called, it will make sure that the
340 * return value accomodates all windows of FRAME respecting the values 340 * return value accommodates all windows of FRAME respecting the values
341 * of `window-min-height' (`window-min-width' if HORIZONTAL is non-nil). 341 * of `window-min-height' (`window-min-width' if HORIZONTAL is non-nil).
342 * With IGNORE non-nil the values of these variables are ignored. 342 * With IGNORE non-nil the values of these variables are ignored.
343 * 343 *
@@ -2614,8 +2614,8 @@ store_frame_param (struct frame *f, Lisp_Object prop, Lisp_Object val)
2614 } 2614 }
2615 } 2615 }
2616 2616
2617 /* Check these parameters for circular dependeny. This does not check 2617 /* Check each parent-frame and delete-before parameter for a
2618 for interdependencies between these properties. Hence you can 2618 circular dependency. Do not check between parameters, so you can
2619 still create circular dependencies with different properties, for 2619 still create circular dependencies with different properties, for
2620 example a chain of frames F1->F2->...Fn such that F1 is an ancestor 2620 example a chain of frames F1->F2->...Fn such that F1 is an ancestor
2621 frame of Fn and thus cannot be deleted before Fn and a second chain 2621 frame of Fn and thus cannot be deleted before Fn and a second chain