Last sync before this goes live.

svn: r13184
This commit is contained in:
Stevie Strickland 2009-01-16 22:23:15 +00:00
commit 3c9cef3d82
2 changed files with 5 additions and 1 deletions

View File

@ -199,3 +199,7 @@ For example, this remaps the key combination ``control-a'' key to ``!''.
s-exp framework/keybinding-lang
(keybinding "c:a" (λ (editor evt) (send editor insert "!")))
]
Note that DrScheme does not reload this file automatically when you
make a change, so you'll need to restart DrScheme to see changes to
the file.

View File

@ -126,7 +126,7 @@ is the same as a nested series of single-parameter @scheme[parameterize]
forms.}
@defproc[(make-derived-parameter [v any/c]
@defproc[(make-derived-parameter [parameter parameter?]
[guard (any/c . -> . any)]
[wrap (any/c . -> . any)])
parameter?]{