diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 25d51cdd638..bc2a76f1e02 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' |