From: Eli Zaretskii Date: Sat, 7 Apr 2018 14:24:01 +0000 (+0300) Subject: ; * src/dispextern.h (struct it): Fix a typo in a comment. X-Git-Tag: emacs-26.1-rc1~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6afa868;p=emacs.git ; * src/dispextern.h (struct it): Fix a typo in a comment. --- 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'