# HG changeset patch # User Miles Bader # Date 1022549556 0 # Node ID acd09cfa0ecdc33ff39c5193e3a271e79ad1f7cc # Parent 4f321c30b7da5b107201eadaf05f90424fe76006 Doc fix. diff -r 4f321c30b7da -r acd09cfa0ecd src/dispextern.h --- a/src/dispextern.h Tue May 28 01:19:49 2002 +0000 +++ b/src/dispextern.h Tue May 28 01:32:36 2002 +0000 @@ -2204,9 +2204,10 @@ Terminal Capabilities ***********************************************************************/ -/* Each of these is a bit representing a terminal `capability' (bold, inverse, - etc). They are used to when calling `tty_capable_p' to ask what a terminal - supports. */ +/* Each of these is a bit representing a terminal `capability' (bold, + inverse, etc). They are or'd together to specify the set of + capabilities being queried for when calling `tty_capable_p' (which + returns true if the terminal supports all of them). */ #define TTY_CAP_INVERSE 0x01 #define TTY_CAP_UNDERLINE 0x02