IN: errors USING: help parser definitions ; HELP: :help { $description "Displays documentation for the most recent error." } ; HELP: :edit { $description "If the most recent error was a " { $link parse-error } " thrown while parsing a source file, opens the source file at the failing line in the default editor using the " { $link edit-hook } ". See " { $link "editor" } "." } ;