Doc fix.
authorMiles Bader <miles@gnu.org>
Tue, 28 May 2002 01:32:36 +0000 (01:32 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 28 May 2002 01:32:36 +0000 (01:32 +0000)
src/dispextern.h

index 5fb66ff..52e3c5f 100644 (file)
@@ -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