; * src/dispextern.h (struct it): Fix a typo in a comment.
This commit is contained in:
parent
5659b2fe84
commit
6afa8682e9
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue