From b40e38bb11a4dc6daeecda4a0d7dd69fc7ff372e Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 22 Feb 2013 15:54:41 -0600 Subject: [PATCH] fix documentation errors closes PR 13543 --- collects/scribblings/drracket/interface-essentials.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/scribblings/drracket/interface-essentials.scrbl b/collects/scribblings/drracket/interface-essentials.scrbl index 9cc40f01d1..5adcdd1da8 100644 --- a/collects/scribblings/drracket/interface-essentials.scrbl +++ b/collects/scribblings/drracket/interface-essentials.scrbl @@ -310,7 +310,7 @@ editor takes you directly to the next occurrence of the search string, without selecting the @onscreen{Find Again} menu item. In the preference dialog, in the @onscreen{Editing} section and then in the -@onscreen{General} section is a checkbox labelled +@onscreen{General} section is a checkbox labeled @onscreen{Search using anchors}. When it is checked, DrRacket shows a little red dot and a red line indicating where the @deftech{search anchor} is. When the search anchor @@ -325,13 +325,13 @@ DrRacket's allows you to edit multiple files in a single window via tabs. The @menuitem["File" "New Tab"] menu item creates a new tab to show a new file. Each tab has its own interactions window. -In the @onscreen{General} sub-pane of the @onscreen{Editing} pane in -the preferences window, a checkbox labelled @onscreen{Open files in +In the @onscreen{General} pane of the +the preferences window, a checkbox labeled @onscreen{Open files in separate tabs} causes DrRacket to open files in new tabs in the frontmost window, rather than opening a new window for the file. The key bindings Control-Pageup and Control-Pagedown move between -tabs. On Mac OS X, Command-Shift-Left and Command-Shift-Right also +tabs. On Mac OS X, Command-Left-Square-Bracket and Command-Right-Square-Bracket also move between tabs. @; ----------------------------------------------------------------------