A bunch of additional typos
svn: r17976 original commit: c88a5a685674ea70991a97f35972bd5144483e7a
This commit is contained in:
parent
17ffda440e
commit
90e6b2b060
|
@ -543,7 +543,7 @@
|
|||
;; this flag is specific to this frame
|
||||
;; the true state of the info panel is
|
||||
;; the combination of this flag and the
|
||||
;; the 'framework:show-status-line preference
|
||||
;; 'framework:show-status-line preference
|
||||
;; as shown in update-info-visibility
|
||||
(define info-hidden? #f)
|
||||
(define/public (hide-info)
|
||||
|
|
|
@ -1519,7 +1519,7 @@
|
|||
(if (and gsnip
|
||||
(has-flag? (snip->flags gsnip) HARD-NEWLINE)
|
||||
(eq? (snip->next gsnip) snip))
|
||||
;; preceeding snip was a newline, so the new slip belongs on the next line:
|
||||
;; preceding snip was a newline, so the new slip belongs on the next line:
|
||||
(let* ([oldline (snip->line gsnip)]
|
||||
[inserted-new-line?
|
||||
(if (mline-next oldline)
|
||||
|
@ -4188,7 +4188,7 @@
|
|||
(has-flag? (snip->flags gsnip) NEWLINE)
|
||||
(not (has-flag? (snip->flags gsnip) HARD-NEWLINE)))
|
||||
(begin
|
||||
;; we want the snip on the same line as the preceeding snip:
|
||||
;; we want the snip on the same line as the preceding snip:
|
||||
(if (snip->next gsnip)
|
||||
(insert-snip (snip->next gsnip) snip)
|
||||
(append-snip snip))
|
||||
|
|
|
@ -9,7 +9,7 @@ work right.
|
|||
Most of the exports are just for use in 2htdp/image
|
||||
(technically, 2htdp/private/image-more). The main
|
||||
use of this library is the snip class addition it
|
||||
does (and any code that that does not depend on
|
||||
does (and any code that does not depend on
|
||||
has been moved out).
|
||||
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
(super-new)
|
||||
(set-snipclass matrix-snip-class)))
|
||||
|
||||
;; the snip class for matricies
|
||||
;; the snip class for matrices
|
||||
(define matrix-snip-class%
|
||||
(class cache-image-snip-class%
|
||||
(super-new)
|
||||
|
|
|
@ -1360,7 +1360,7 @@ System:
|
|||
is just the right height to display one line of text.
|
||||
inherits from mred:wrapping-canvas%
|
||||
mred:frame-title-canvas%
|
||||
updates the title of the frame when it recieves focus
|
||||
updates the title of the frame when it receives focus
|
||||
events. inherits from mred:wrapping-canvas%
|
||||
- all of the "connection maintenence" ie edits that know which canvses
|
||||
they are in, frames that know which canvas is the most recently
|
||||
|
|
Loading…
Reference in New Issue
Block a user