sarabander / sicp-pdf

SICP PDF with Texinfo and LaTeX source
http://sicpebook.wordpress.com/
4.26k stars 537 forks source link

Wrong syntax highlighting on page 380, defining (after-delay delay action) #37

Open ghost opened 4 years ago

ghost commented 4 years ago

The word delay is highlighted as is it is a special word (i.e. a function).

It is in the scheme standard, in the delay/force lazy evaluation pair. However, it is not in this chapter. Therefore this highlighting is wrong.