From 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 1 Dec 2022 16:36:09 +0100 Subject: ; Fix typos (don't abbreviate "with" or "without") --- src/ChangeLog.11 | 2 +- src/ChangeLog.3 | 2 +- src/xdisp.c | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index a00ca453ca4..77180262aca 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 @@ -14235,7 +14235,7 @@ ns_alternate_modifier. (Bug#1217) * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): - Display all shortcuts, including those w/o super modifier. + Display all shortcuts, including those without super modifier. * nsfns.m (ns-read-file-name): Fix typo in assignment statement. diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 4b3675eaa8f..d32e894fa53 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -14422,7 +14422,7 @@ * s-umips.h: Now include either s-usg5-2-2.h or s-bsd4-3.h and then override as needed. * m-mips.h: System dependence deleted. - LD_SWITCH_MACHINE remains w/ options needed on all systems. + LD_SWITCH_MACHINE remains with options needed on all systems. * m-pmax.h: A little of that (LIBS_DEBUG) moved here. No need to undef LIBS_MACHINE. diff --git a/src/xdisp.c b/src/xdisp.c index b09aa6ec967..171c6ccaa02 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -22616,7 +22616,8 @@ usage: (trace-to-stderr STRING &rest OBJECTS) */) ***********************************************************************/ /* Return a temporary glyph row holding the glyphs of an overlay arrow. - Used for non-window-redisplay windows, and for windows w/o left fringe. */ + Used for non-window-redisplay windows, and for windows without left + fringe. */ static struct glyph_row * get_overlay_arrow_glyph_row (struct window *w, Lisp_Object overlay_arrow_string) -- cgit v1.2.1