aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorStefan Kangas2022-12-01 16:36:09 +0100
committerStefan Kangas2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /src/xdisp.c
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
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) */)
22616 ***********************************************************************/ 22616 ***********************************************************************/
22617 22617
22618/* Return a temporary glyph row holding the glyphs of an overlay arrow. 22618/* Return a temporary glyph row holding the glyphs of an overlay arrow.
22619 Used for non-window-redisplay windows, and for windows w/o left fringe. */ 22619 Used for non-window-redisplay windows, and for windows without left
22620 fringe. */
22620 22621
22621static struct glyph_row * 22622static struct glyph_row *
22622get_overlay_arrow_glyph_row (struct window *w, Lisp_Object overlay_arrow_string) 22623get_overlay_arrow_glyph_row (struct window *w, Lisp_Object overlay_arrow_string)