emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 6afa868: ; * src/dispextern.h (struct it): Fix a


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 6afa868: ; * src/dispextern.h (struct it): Fix a typo in a comment.
Date: Sat, 7 Apr 2018 10:24:31 -0400 (EDT)

branch: emacs-26
commit 6afa8682e97b7f34476082d6067c1bb21a9cd0d6
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/dispextern.h (struct it): Fix a typo in a comment.
---
 src/dispextern.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dispextern.h b/src/dispextern.h
index 25bd6b2..d3e0686 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2420,7 +2420,7 @@ struct it
   /* Face to use.  */
   int face_id;
 
-  /* Setting of buffer-local variable selective-display-ellipsis.  */
+  /* Setting of buffer-local variable selective-display-ellipses.  */
   bool_bf selective_display_ellipsis_p : 1;
 
   /* True means control characters are translated into the form `^C'



reply via email to

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