add some string constants to be used by check syntax

This commit is contained in:
Robby Findler 2011-06-25 16:29:43 +08:00
parent ac26fe7554
commit da9d4dce32

View File

@ -207,6 +207,8 @@ please adhere to these guidelines:
(cs-lexical-variable "lexical variable")
(cs-set!d-variable "set!d variable")
(cs-imported-variable "imported variable")
(cs-unused-require "unused require")
(cs-free-variable "free variable")
;; mode sub-menu in the "view" menu
(cs-check-syntax-mode "Check Syntax Mode")