give the f2 keybinding a more useful name

(since it shows up in the keybindigns dialog box)
This commit is contained in:
Robby Findler 2012-08-16 19:15:07 -05:00
parent afc2faf651
commit 25e4115f32

View File

@ -2025,10 +2025,10 @@ If the namespace does not, they are colored the unbound color.
(send keymap map-function "c:x;n" "jump to next bound occurrence")
(send keymap map-function "c:x;d" "jump to definition (in other file)")
(send keymap add-function "f2 docs"
(send keymap add-function "show/hide blue boxes in upper-right corner"
(λ (txt evt)
(send txt toggle-syncheck-docs)))
(send keymap map-function "f2" "f2 docs"))
(send keymap map-function "f2" "show/hide blue boxes in upper-right corner"))
;; find-syncheck-text : text% -> (union #f (is-a?/c syncheck-text<%>))
(define (find-syncheck-text text)