Replace #lang scheme deprecation notice with a pointer to #lang racket.

(cherry picked from commit ee97c08e0a)
This commit is contained in:
Vincent St-Amour 2012-11-01 12:15:26 -04:00 committed by Ryan Culpepper
parent 6be0496307
commit 0565935eb2

View File

@ -60,7 +60,8 @@ Racket was once called ``PLT Scheme,'' and a number of libraries with
names starting @racketidfont{scheme} provide compatibility with the
old name. A few @seclink["compat-exe"]{old executables} are also provided.
@deprecated[@racketmodname[racket]]{}
Do not use @racketmodfont{#lang} @racketmodname[scheme] to start new projects;
@racketmodfont{#lang} @racketmodname[racket] is the preferred language.
@table-of-contents[]