aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2018-04-07 17:24:01 +0300
committerEli Zaretskii2018-04-07 17:24:01 +0300
commit6afa8682e97b7f34476082d6067c1bb21a9cd0d6 (patch)
tree8da50aac70ddaa425b67f914891bf8ffd7b9d415 /src
parent5659b2fe843627aa4b6d450758f71920143ac173 (diff)
downloademacs-6afa8682e97b7f34476082d6067c1bb21a9cd0d6.tar.gz
emacs-6afa8682e97b7f34476082d6067c1bb21a9cd0d6.zip
; * src/dispextern.h (struct it): Fix a typo in a comment.
Diffstat (limited to 'src')
-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
2420 /* Face to use. */ 2420 /* Face to use. */
2421 int face_id; 2421 int face_id;
2422 2422
2423 /* Setting of buffer-local variable selective-display-ellipsis. */ 2423 /* Setting of buffer-local variable selective-display-ellipses. */
2424 bool_bf selective_display_ellipsis_p : 1; 2424 bool_bf selective_display_ellipsis_p : 1;
2425 2425
2426 /* True means control characters are translated into the form `^C' 2426 /* True means control characters are translated into the form `^C'