Make the "other editors" page be called that, also the source; also comment unused author line.

This commit is contained in:
Eli Barzilay 2011-08-14 09:28:58 -04:00
parent 6716b9b96a
commit 87b0d35908
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ precise details to @|Racket| and other reference manuals.
@include-section["welcome.scrbl"]
@include-section["editor.scrbl"]
@include-section["other-editor.scrbl"]
@include-section["to-scheme.scrbl"]

View File

@ -1,7 +1,7 @@
#lang scribble/manual
@title{Using Racket with Your Editor of Choice}
@author["Vincent St-Amour" "Asumu Takikawa" "Jon Rafkind"]
@title[#:tag "other-editors"]{Using Racket with Your Editor of Choice}
@; author["Vincent St-Amour" "Asumu Takikawa" "Jon Rafkind"]
Do you want to program with Racket but would rather use your editor of choice
instead of DrRacket? Then this page is for you.