emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9d3d972: Fix typo in display_min_width comment


From: Lars Ingebrigtsen
Subject: master 9d3d972: Fix typo in display_min_width comment
Date: Wed, 24 Nov 2021 11:29:46 -0500 (EST)

branch: master
commit 9d3d972f9798f6c14d700c51900bf444a916310e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in display_min_width comment
    
    * src/xdisp.c (display_min_width): Fix typo in comment.
---
 src/xdisp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 5950941..a0efefa 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. */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]