fix some remaining Latex-isms that Eli found in the docs
svn: r11454 original commit: 744df67d4e9564bb34cbe6c1efe68499ce9e3d21
This commit is contained in:
parent
d35942406c
commit
a229eee5c4
|
@ -283,5 +283,8 @@ information@|details|, even if the editor currently has delayed refreshing (see
|
|||
(define (boxisfillnull which what)
|
||||
@elem{The @|which| box is filled with @|what|, unless @|which| is @scheme[#f].})
|
||||
|
||||
(define (slant . s)
|
||||
(make-element "slant" (decode-content s)))
|
||||
|
||||
)
|
||||
|
||||
|
|
|
@ -11,9 +11,9 @@ by a delta include:
|
|||
@item{changing the font size to a new value}
|
||||
@item{enlarging the font by an additive amount}
|
||||
@item{enlarging the font by a multiplicative amount, etc.}
|
||||
@item{changing the font style (normal, @italic{italic}, or {\sl slant})}
|
||||
@item{changing the font style (normal, @italic{italic}, or @slant{slant})}
|
||||
@item{toggling the font style}
|
||||
@item{changing the font to @italic{italic} if it is currently {\sl slant}, etc.}
|
||||
@item{changing the font to @italic{italic} if it is currently @slant{slant}, etc.}
|
||||
@item{changing the font weight, etc.}
|
||||
@item{changing the underline, etc.}
|
||||
@item{changing the vertical alignment, etc.}
|
||||
|
|
|
@ -72,9 +72,9 @@ The timer's alarm expires after @scheme[msec] milliseconds, at which
|
|||
point @method[timer% notify] is called (on an event boundary). If
|
||||
@scheme[just-once?] is @scheme[#f], the timer expires @italic{every}
|
||||
@scheme[msec] milliseconds until the timer is explicitly
|
||||
stopped;\footnote{More precisely, the timer expires @scheme[msec]
|
||||
milliseconds after @method[timer% notify] returns each time}
|
||||
otherwise, the timer expires only once.
|
||||
stopped. (More precisely, the timer expires @scheme[msec]
|
||||
milliseconds after @method[timer% notify] returns each time.)
|
||||
Otherwise, the timer expires only once.
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ Returns the window's cursor, or @scheme[#f] if this window's cursor
|
|||
exact-integer?]{
|
||||
|
||||
Returns an exact integer representing a handle to the window in the
|
||||
current platform's GUI toolbox. Cast this number from a C \cpp{long}
|
||||
current platform's GUI toolbox. Cast this number from a C @tt{long}
|
||||
to a platform-specific C type:
|
||||
|
||||
@itemize{
|
||||
|
@ -153,7 +153,7 @@ Gets a window's label, if any. Control windows generally display their
|
|||
label can be an icon symbol @scheme['app], @scheme['caution], or
|
||||
@scheme['stop].
|
||||
|
||||
The label string may contain ampersands (@litchar{&}), which serve as
|
||||
The label string may contain @litchar{&}s, which serve as
|
||||
keyboard navigation annotations for controls under Windows and X. The
|
||||
ampersands are not part of the displayed label of a control; instead,
|
||||
ampersands are removed in the displayed label (under all platforms),
|
||||
|
|
Loading…
Reference in New Issue
Block a user