summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-04-07 17:24:01 +0300
committerEli Zaretskii <eliz@gnu.org>2018-04-07 17:24:01 +0300
commit6afa8682e97b7f34476082d6067c1bb21a9cd0d6 (patch)
tree8da50aac70ddaa425b67f914891bf8ffd7b9d415
parent5659b2fe843627aa4b6d450758f71920143ac173 (diff)
downloademacs-6afa8682e97b7f34476082d6067c1bb21a9cd0d6.tar.gz
; * src/dispextern.h (struct it): Fix a typo in a comment.
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
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'