From 6afa8682e97b7f34476082d6067c1bb21a9cd0d6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Apr 2018 17:24:01 +0300 Subject: [PATCH] ; * 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 25bd6b24f22..d3e068677f0 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' -- 2.39.5