changeset 45549:4f321c30b7da

Doc fix.
author Miles Bader <miles@gnu.org>
date Tue, 28 May 2002 01:19:49 +0000
parents 612208417377
children acd09cfa0ecd
files src/dispextern.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Tue May 28 01:15:09 2002 +0000
+++ b/src/dispextern.h	Tue May 28 01:19:49 2002 +0000
@@ -1,5 +1,5 @@
 /* Interface definitions for display code.
-   Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001
+   Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002
      Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -2204,6 +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.  */
+
 #define TTY_CAP_INVERSE		0x01
 #define TTY_CAP_UNDERLINE	0x02
 #define TTY_CAP_BOLD		0x04