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

This commit is contained in:
Vincent St-Amour 2012-11-01 12:15:26 -04:00
parent 739aa11404
commit ee97c08e0a

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[]