summaryrefslogtreecommitdiff
path: root/src/xdisp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xdisp.c')
-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))