diff options
| author | Miles Bader | 2002-05-28 01:32:36 +0000 |
|---|---|---|
| committer | Miles Bader | 2002-05-28 01:32:36 +0000 |
| commit | 8da139bc6a9fd10abc68ab71bc9ccb8ea27fc224 (patch) | |
| tree | b1bd38f30bf2392cc21baca220a51d6fc4ad73fd | |
| parent | f0be5454641d505d8d82b22264c4659afa741ce5 (diff) | |
| download | emacs-8da139bc6a9fd10abc68ab71bc9ccb8ea27fc224.tar.gz emacs-8da139bc6a9fd10abc68ab71bc9ccb8ea27fc224.zip | |
Doc fix.
| -rw-r--r-- | src/dispextern.h | 7 |
1 files 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; | |||
| 2204 | Terminal Capabilities | 2204 | Terminal Capabilities |
| 2205 | ***********************************************************************/ | 2205 | ***********************************************************************/ |
| 2206 | 2206 | ||
| 2207 | /* Each of these is a bit representing a terminal `capability' (bold, inverse, | 2207 | /* Each of these is a bit representing a terminal `capability' (bold, |
| 2208 | etc). They are used to when calling `tty_capable_p' to ask what a terminal | 2208 | inverse, etc). They are or'd together to specify the set of |
| 2209 | supports. */ | 2209 | capabilities being queried for when calling `tty_capable_p' (which |
| 2210 | returns true if the terminal supports all of them). */ | ||
| 2210 | 2211 | ||
| 2211 | #define TTY_CAP_INVERSE 0x01 | 2212 | #define TTY_CAP_INVERSE 0x01 |
| 2212 | #define TTY_CAP_UNDERLINE 0x02 | 2213 | #define TTY_CAP_UNDERLINE 0x02 |