Skip to content

Commit

Permalink
Improve the coffee-compile-jump-to-error docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Oct 4, 2012
1 parent df0dfbc commit e5f93e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions coffee-mode.el
Expand Up @@ -105,9 +105,8 @@

(defcustom coffee-compile-jump-to-error t
"Whether to jump to the first error if compilation fails.
Please note that the coffee compiler doesn't always give a line
number for the issue and in that case it is not possible to jump
to the error."
Since the coffee compiler does not always include a line number in
its error messages, this is not always possible."
:type 'boolean
:group 'coffee)

Expand Down

0 comments on commit e5f93e8

Please sign in to comment.