Fix typo in display_min_width comment
* src/xdisp.c (display_min_width): Fix typo in comment.
This commit is contained in:
parent
0ccbb6f6d3
commit
9d3d972f97
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue