From 8da139bc6a9fd10abc68ab71bc9ccb8ea27fc224 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 28 May 2002 01:32:36 +0000 Subject: [PATCH] Doc fix. --- src/dispextern.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/dispextern.h b/src/dispextern.h index 5fb66ffb101..52e3c5fe2fb 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2204,9 +2204,10 @@ extern EMACS_INT tool_bar_button_relief; 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 -- 2.39.5