mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
Doc fix.
This commit is contained in:
parent
f0be545464
commit
8da139bc6a
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue