; * src/dispextern.h (struct it): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Apr 2018 14:24:01 +0000 (17:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Apr 2018 14:24:01 +0000 (17:24 +0300)
src/dispextern.h

index 25bd6b24f22efcc41be8ae0f5bbf046dd89ead2e..d3e068677f09621c94e743f1d9d270590ebf42b8 100644 (file)
@@ -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'