summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-12-21 19:18:33 +0200
committerEli Zaretskii <eliz@gnu.org>2021-12-21 19:18:33 +0200
commit678b29711b5c0a545f38d414c1ce2ddc92525f63 (patch)
tree0c15a11ce6205128c7effbbce47d5c5b6f85db4d
parent11c2ffddc9fe039fe2b729818922d35a6e8a0369 (diff)
downloademacs-678b29711b5c0a545f38d414c1ce2ddc92525f63.tar.gz
; * src/xdisp.c (display_string): Fix a typo in a comment.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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))