From bfb8a5fda00854c8be3e5c2c2972324e724833b1 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 24 Oct 2013 11:48:33 -0500 Subject: [PATCH] point from the 2d cond description to the keybindings docs --- pkgs/unstable-pkgs/unstable-doc/scribblings/2d.scrbl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/unstable-pkgs/unstable-doc/scribblings/2d.scrbl b/pkgs/unstable-pkgs/unstable-doc/scribblings/2d.scrbl index 1e04b6d47d..66ffa15306 100644 --- a/pkgs/unstable-pkgs/unstable-doc/scribblings/2d.scrbl +++ b/pkgs/unstable-pkgs/unstable-doc/scribblings/2d.scrbl @@ -137,6 +137,11 @@ In addition, the cells coordinates pairs have source locations of the first character that is inside the corresponding cell. (Currently the span 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")]. + @section{2D Cond} @defmodule[unstable/2d/cond]