From: Eli Zaretskii Date: Tue, 21 Dec 2021 17:18:33 +0000 (+0200) Subject: ; * src/xdisp.c (display_string): Fix a typo in a comment. X-Git-Tag: emacs-29.0.90~3523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=678b29711b5c0a545f38d414c1ce2ddc92525f63;p=emacs.git ; * src/xdisp.c (display_string): Fix a typo in a comment. --- 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))