Consistency: "{\bf ...}" ==> "\strong{...}"

"{\em ...}" ==> "\emph{...}"

	      Not at all sure what to do with "{\rm ...}".
	      Leaving it for now.
This commit is contained in:
Fred Drake 1998-01-14 14:51:31 +00:00
parent b215137224
commit af8a015c93
34 changed files with 62 additions and 60 deletions

View file

@ -360,7 +360,7 @@ left corner (relative to the upper left corner of the screen).
Create a menu object referring to a local menu (a menu that appears
only in this window).
Methods of menu objects are described below.
{\bf Warning:} the menu only appears as long as the object
\strong{Warning:} the menu only appears as long as the object
returned by this call exists.
\end{funcdesc}
@ -841,7 +841,7 @@ is empty if
\code{\var{left} >= \var{right}} or \code{\var{top} => \var{bottom}}.
\else
$\var{left} \geq \var{right}$ or $\var{top} \geq \var{bottom}$.
%%JHXXX{\em left~$\geq$~right} or {\em top~$\leq$~bottom}.
%%JHXXX\emph{left~$\geq$~right} or \emph{top~$\leq$~bottom}.
\fi
\end{funcdesc}