emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 678b297: ; * src/xdisp.c (display_string): Fix a typo in a commen


From: Eli Zaretskii
Subject: master 678b297: ; * src/xdisp.c (display_string): Fix a typo in a comment.
Date: Tue, 21 Dec 2021 12:19:23 -0500 (EST)

branch: master
commit 678b29711b5c0a545f38d414c1ce2ddc92525f63
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 35675a6..f4dcb18 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]