projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5659b2f
)
; * src/dispextern.h (struct it): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Apr 2018 14:24:01 +0000
(17:24 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Apr 2018 14:24:01 +0000
(17:24 +0300)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 25bd6b24f22efcc41be8ae0f5bbf046dd89ead2e..d3e068677f09621c94e743f1d9d270590ebf42b8 100644
(file)
--- 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-ellips
i
s. */
+ /* Setting of buffer-local variable selective-display-ellips
e
s. */
bool_bf selective_display_ellipsis_p : 1;
/* True means control characters are translated into the form `^C'