]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (display_string): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Dec 2021 17:18:33 +0000 (19:18 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Dec 2021 17:18:33 +0000 (19:18 +0200)
src/xdisp.c

index 35675a6a36eb9f2674bb25850b46297beedd1097..f4dcb1838d5a680ac60b73c42b8961ce51fa6d97 100644 (file)
@@ -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))