fix doc typos

This commit is contained in:
Matthew Flatt 2016-03-15 18:44:41 -06:00
parent 2c5b1480f4
commit 3ae70e6617
2 changed files with 3 additions and 3 deletions

View File

@ -357,11 +357,11 @@ On Mac OS X, if a control-key press is combined with a mouse button
}
@defmethod[(control+meta-is-altgr [down? any/c])
@defmethod[(set-control+meta-is-altgr [down? any/c])
void?]{
Sets whether a Control plus Meta combination on Windows should be
treated as an AltGr combinations. See @racket[get-control+meta-is-altgr].
treated as an AltGr combinations. See @method[key-event% get-control+meta-is-altgr].
@history[#:added "1.2"]}

View File

@ -187,7 +187,7 @@ The modifier identifiers are:
@item{@litchar{l:} --- All platforms: Caps Lock}
@item{@litchar{g:} --- Windows: Control plus Alt as AltGr;
see @xmethod[key-event% control+meta-is-altgr]}
see @xmethod[key-event% get-control+meta-is-altgr]}
@item{@litchar{?:} --- All platforms: allow match to character produced by opposite
use of Shift, AltGr/Option, and/or Caps Lock, when available; see