From 678b29711b5c0a545f38d414c1ce2ddc92525f63 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 21 Dec 2021 19:18:33 +0200 Subject: ; * src/xdisp.c (display_string): Fix a typo in a comment. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 35675a6a36e..f4dcb1838d5 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -27641,7 +27641,7 @@ display_string (const char *string, Lisp_Object lisp_string, Lisp_Object face_st face = FACE_FROM_ID (it->f, it->face_id); it->face_box_p = face->box != FACE_NO_BOX; - /* If we have a display spec, but there's no Lisp being + /* If we have a display spec, but there's no Lisp string being displayed, then check whether we've got one from the :propertize being passed in and use that. */ if (NILP (lisp_string)) -- cgit v1.2.3