changeset 45550:acd09cfa0ecd

Doc fix.
author Miles Bader <miles@gnu.org>
date Tue, 28 May 2002 01:32:36 +0000
parents 4f321c30b7da
children 811d06e337cb
files src/dispextern.h
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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