From: Lars Ingebrigtsen Date: Wed, 24 Nov 2021 16:29:39 +0000 (+0100) Subject: Fix typo in display_min_width comment X-Git-Tag: emacs-29.0.90~2852^2~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d3d972f9798f6c14d700c51900bf444a916310e;p=emacs.git Fix typo in display_min_width comment * src/xdisp.c (display_min_width): Fix typo in comment. --- diff --git a/src/xdisp.c b/src/xdisp.c index 59509418790..a0efefa3a52 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -5214,7 +5214,7 @@ display_min_width (struct it *it, ptrdiff_t bufpos, if (!it->glyph_row) return; - /* When called form display_string (i.e., the mode line), + /* When called from display_string (i.e., the mode line), we're being called with a string as the object, and we may be called with many sub-strings belonging to the same :propertize run. */