aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-11-29 21:50:59 -0800
committerPaul Eggert2015-11-29 21:52:17 -0800
commit36649e0150fa7be91040b9d74009ccc085f8a363 (patch)
treedc4b50ef757c194423c72352b8a21e8936441713 /src
parent50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff)
downloademacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz
emacs-36649e0150fa7be91040b9d74009ccc085f8a363.zip
Spelling and grammar fixes
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.132
-rw-r--r--src/emacs-module.c2
-rw-r--r--src/nsterm.h2
-rw-r--r--src/nsterm.m4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13
index 4643a473c31..fd68f5370ad 100644
--- a/src/ChangeLog.13
+++ b/src/ChangeLog.13
@@ -16566,7 +16566,7 @@
16566 (ns_draw_fringe_bitmap): Remove unused rowY. 16566 (ns_draw_fringe_bitmap): Remove unused rowY.
16567 Change #if to COCOA && >= 10_6. 16567 Change #if to COCOA && >= 10_6.
16568 (ns_draw_window_cursor): Remove unused overspill. 16568 (ns_draw_window_cursor): Remove unused overspill.
16569 (ns_draw_underwave): width and x are EamcsCGFloat. 16569 (ns_draw_underwave): width and x are EmacsCGFloat.
16570 (ns_draw_box): thickness is CGFloat. 16570 (ns_draw_box): thickness is CGFloat.
16571 (ns_dumpglyphs_image): Change #if to COCOA && >= 10_6. 16571 (ns_dumpglyphs_image): Change #if to COCOA && >= 10_6.
16572 (ns_send_appdefined): When NS_IMPL_GNUSTEP, redirect to main thread 16572 (ns_send_appdefined): When NS_IMPL_GNUSTEP, redirect to main thread
diff --git a/src/emacs-module.c b/src/emacs-module.c
index 7d68caddd56..ac12f8789a4 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -1074,7 +1074,7 @@ syms_of_module (void)
1074{ 1074{
1075 DEFSYM (Qmodule_refs_hash, "module-refs-hash"); 1075 DEFSYM (Qmodule_refs_hash, "module-refs-hash");
1076 DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash, 1076 DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash,
1077 doc: /* Module global referrence table. */); 1077 doc: /* Module global reference table. */);
1078 1078
1079 Vmodule_refs_hash 1079 Vmodule_refs_hash
1080 = make_hash_table (hashtest_eq, make_number (DEFAULT_HASH_SIZE), 1080 = make_hash_table (hashtest_eq, make_number (DEFAULT_HASH_SIZE),
diff --git a/src/nsterm.h b/src/nsterm.h
index 7a618141c9c..7e6e8efc478 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -75,7 +75,7 @@ typedef float EmacsCGFloat;
75/* #define NSTRACE_ENABLED 1 */ 75/* #define NSTRACE_ENABLED 1 */
76 76
77 77
78/* When non-zero, trace output is enbled for all parts, except those 78/* When non-zero, trace output is enabled for all parts, except those
79 explicitly disabled. */ 79 explicitly disabled. */
80/* #define NSTRACE_ALL_GROUPS 1 */ 80/* #define NSTRACE_ALL_GROUPS 1 */
81 81
diff --git a/src/nsterm.m b/src/nsterm.m
index 5f22405cffc..36e08c60575 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -1141,7 +1141,7 @@ ns_clip_to_row (struct window *w, struct glyph_row *row,
1141 1141
1142/* ========================================================================== 1142/* ==========================================================================
1143 1143
1144 Visibel bell and beep. 1144 Visible bell and beep.
1145 1145
1146 ========================================================================== */ 1146 ========================================================================== */
1147 1147
@@ -7029,7 +7029,7 @@ not_in_argv (NSString *arg)
7029 7029
7030- (void)windowDidExitFullScreen /* provided for direct calls */ 7030- (void)windowDidExitFullScreen /* provided for direct calls */
7031{ 7031{
7032 NSTRACE ("[EamcsView windowDidExitFullScreen]"); 7032 NSTRACE ("[EmacsView windowDidExitFullScreen]");
7033 if (!FRAME_LIVE_P (emacsframe)) 7033 if (!FRAME_LIVE_P (emacsframe))
7034 { 7034 {
7035 NSTRACE_MSG ("Ignored (frame dead)"); 7035 NSTRACE_MSG ("Ignored (frame dead)");