aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
diff options
context:
space:
mode:
authorPaul Eggert2015-11-10 10:22:29 -0800
committerPaul Eggert2015-11-10 10:23:00 -0800
commitc92dbd6d0c234ff993acb0a095c024593bc185c8 (patch)
treef6e1be4508825d465244f4849e2ab33209d8cc84 /src/nsterm.m
parentd149ca81c33ab95900306c3c71f6eff62a3ec1a1 (diff)
downloademacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.tar.gz
emacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.zip
Spelling fixes
* lisp/net/soap-inspect.el (soap-inspect-xs-simple-type): Fix misspelling in output.
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index fabfa2914a0..5e6c7484331 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -6353,7 +6353,7 @@ not_in_argv (NSString *arg)
6353 6353
6354 /* Restrict the new size to the text gird. 6354 /* Restrict the new size to the text gird.
6355 6355
6356 Don't restict the width if the user only adjusted the height, and 6356 Don't restrict the width if the user only adjusted the height, and
6357 vice versa. (Without this, the frame would shrink, and move 6357 vice versa. (Without this, the frame would shrink, and move
6358 slightly, if the window was resized by dragging one of its 6358 slightly, if the window was resized by dragging one of its
6359 borders.) */ 6359 borders.) */
@@ -7591,7 +7591,7 @@ not_in_argv (NSString *arg)
7591/* Constrain size and placement of a frame. 7591/* Constrain size and placement of a frame.
7592 7592
7593 By returning the original "frameRect", the frame is not 7593 By returning the original "frameRect", the frame is not
7594 contrained. This can lead to unwanted situations where, for 7594 constrained. This can lead to unwanted situations where, for
7595 example, the menu bar covers the frame. 7595 example, the menu bar covers the frame.
7596 7596
7597 The default implementation (accessed using "super") constrains the 7597 The default implementation (accessed using "super") constrains the
@@ -7647,7 +7647,7 @@ not_in_argv (NSString *arg)
7647 7647
7648#if 0 7648#if 0
7649 // Native zoom done using the standard zoom animation. Size of the 7649 // Native zoom done using the standard zoom animation. Size of the
7650 // resulting frame reduced to accomodate the Dock and, if present, 7650 // resulting frame reduced to accommodate the Dock and, if present,
7651 // the menu-bar. 7651 // the menu-bar.
7652 [super zoom:sender]; 7652 [super zoom:sender];
7653 7653
@@ -7661,8 +7661,8 @@ not_in_argv (NSString *arg)
7661 // 7661 //
7662 // This works for all practical purposes. (The only minor oddity is 7662 // This works for all practical purposes. (The only minor oddity is
7663 // when transiting from full-height frame to a maximized, the 7663 // when transiting from full-height frame to a maximized, the
7664 // animation reduces the height of the frame slighty (to the 4 7664 // animation reduces the height of the frame slightly (to the 4
7665 // pixels needed to accomodate the Doc) before it snaps back into 7665 // pixels needed to accommodate the Doc) before it snaps back into
7666 // full height. The user would need a very trained eye to spot 7666 // full height. The user would need a very trained eye to spot
7667 // this.) 7667 // this.)
7668 NSScreen * screen = [self screen]; 7668 NSScreen * screen = [self screen];
@@ -7702,8 +7702,8 @@ not_in_argv (NSString *arg)
7702 } 7702 }
7703 } 7703 }
7704#else 7704#else
7705 // Non-native zoom which is done instantaneous. The resulting frame 7705 // Non-native zoom which is done instantaneously. The resulting frame
7706 // covert the entire scrren, except the menu-bar, if present. 7706 // covers the entire screen, except the menu-bar, if present.
7707 NSScreen * screen = [self screen]; 7707 NSScreen * screen = [self screen];
7708 if (screen != nil) 7708 if (screen != nil)
7709 { 7709 {