diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-10-31 11:02:19 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-10-31 11:02:19 +0000 |
commit | 28b927d85e395104dcda8bf7057ea88c05fc810c (patch) | |
tree | ee88da032f020cf4ab145ac85d772e54a5b57ad3 /src/dispextern.h | |
parent | b9d9a9b9fef090d0fc79781df5e42d58fd2e5bfa (diff) | |
download | emacs-28b927d85e395104dcda8bf7057ea88c05fc810c.tar.gz |
Comment fix.
Diffstat (limited to 'src/dispextern.h')
-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 db3b8efecb4..820f986179d 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1292,7 +1292,7 @@ struct face unsigned background_defaulted_p : 1; /* 1 means that either no color is specified for underlining or that - the the specified color couldn't be loaded. Use the foreground + the specified color couldn't be loaded. Use the foreground color when drawing in that case. */ unsigned underline_defaulted_p : 1; |