diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-10 19:49:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-11 04:19:44 -0400 |
commit | a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch) | |
tree | 629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtCallAcceptFocus.man | |
parent | cf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff) |
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtCallAcceptFocus.man')
-rw-r--r-- | man/XtCallAcceptFocus.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtCallAcceptFocus.man b/man/XtCallAcceptFocus.man index 7360acc..99e7721 100644 --- a/man/XtCallAcceptFocus.man +++ b/man/XtCallAcceptFocus.man @@ -69,12 +69,12 @@ Specifies the X time of the event that is causing the accept focus. Specifies the widget. .SH DESCRIPTION The -.BR XtCallAcceptFocus +.B XtCallAcceptFocus function calls the specified widget's accept_focus procedure, passing it the specified widget and time, and returns what the accept_focus procedure returns. If accept_focus is NULL, -.BR XtCallAcceptFocus +.B XtCallAcceptFocus returns .BR False . .SH "SEE ALSO" |