Use "Keyboard Shortcuts" as the tag to avoid breaking links

to the documentation

also, fix the deps
This commit is contained in:
Robby Findler 2013-10-24 11:59:25 -05:00
parent bfb8a5fda0
commit 27caccdbb1
3 changed files with 7 additions and 3 deletions

View File

@ -16,7 +16,7 @@
(define id @racket[#%module-begin])))
@(def-mod-beg mz-mod-begin)
@title[#:tag "keybindings"]{Keyboard Shortcuts}
@title[#:tag "Keyboard Shortcuts"]{Keyboard Shortcuts}
@index['("keybindings")]{Most} key presses simply insert a character
into the editor, such as @litchar{a}, @litchar{3}, or

View File

@ -31,7 +31,11 @@
"gui-doc"
"pict-doc"
"scribble-doc"
"slideshow-doc"))
"slideshow-doc"
;; because the 2d cond docs point
;; to the drracket keybindings docs
"drracket"))
(define pkg-desc "documentation part of \"unstable\"")

View File

@ -140,7 +140,7 @@ is always @racket[1], but that may change.)
@section{Editing 2D}
DrRacket provides a number of keybindings to help editing @litchar{#2d} expressions.
See @secref["keybindings" #:doc '(lib "scribblings/drracket/drracket.scrbl")].
See @secref["Keyboard Shortcuts" #:doc '(lib "scribblings/drracket/drracket.scrbl")].
@section{2D Cond}