From: Gerd Moellmann Date: Wed, 31 Oct 2001 11:02:19 +0000 (+0000) Subject: Comment fix. X-Git-Tag: ttn-vms-21-2-B4~18962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28b927d85e395104dcda8bf7057ea88c05fc810c;p=emacs.git Comment fix. --- 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;