summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-01 16:36:09 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /src
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.112
-rw-r--r--src/ChangeLog.32
-rw-r--r--src/xdisp.c3
3 files changed, 4 insertions, 3 deletions
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)