clarification in reponse to comment on plt-scheme

svn: r13179
This commit is contained in:
Robby Findler 2009-01-16 19:38:28 +00:00
parent cc9925dd6b
commit e8f7fe9501

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.