From 36649e0150fa7be91040b9d74009ccc085f8a363 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 29 Nov 2015 21:50:59 -0800 Subject: Spelling and grammar fixes --- src/ChangeLog.13 | 2 +- src/emacs-module.c | 2 +- src/nsterm.h | 2 +- src/nsterm.m | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 @@ (ns_draw_fringe_bitmap): Remove unused rowY. Change #if to COCOA && >= 10_6. (ns_draw_window_cursor): Remove unused overspill. - (ns_draw_underwave): width and x are EamcsCGFloat. + (ns_draw_underwave): width and x are EmacsCGFloat. (ns_draw_box): thickness is CGFloat. (ns_dumpglyphs_image): Change #if to COCOA && >= 10_6. (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) { DEFSYM (Qmodule_refs_hash, "module-refs-hash"); DEFVAR_LISP ("module-refs-hash", Vmodule_refs_hash, - doc: /* Module global referrence table. */); + doc: /* Module global reference table. */); Vmodule_refs_hash = 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; /* #define NSTRACE_ENABLED 1 */ -/* When non-zero, trace output is enbled for all parts, except those +/* When non-zero, trace output is enabled for all parts, except those explicitly disabled. */ /* #define NSTRACE_ALL_GROUPS 1 */ 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, /* ========================================================================== - Visibel bell and beep. + Visible bell and beep. ========================================================================== */ @@ -7029,7 +7029,7 @@ not_in_argv (NSString *arg) - (void)windowDidExitFullScreen /* provided for direct calls */ { - NSTRACE ("[EamcsView windowDidExitFullScreen]"); + NSTRACE ("[EmacsView windowDidExitFullScreen]"); if (!FRAME_LIVE_P (emacsframe)) { NSTRACE_MSG ("Ignored (frame dead)"); -- cgit v1.2.1