Skip to content

Commit

Permalink
Update docstring to pass checkdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelXavier committed Oct 22, 2018
1 parent a1ba25e commit dc2b5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhall-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If specified, this should be the complete path to your dhall-format executable,
:safe t)

(defcustom dhall-type-check-inactivity-timeout 1
"How long to wait in seconds between inactivity in the buffer before evaluating the buffer type. You can try increasing this if type checking is slowing things down. You can also disable type-checking entirely by setting dhall-use-header-line to nil."
"How long to wait in seconds between inactivity in the buffer before evaluating the buffer type. You can try increasing this if type checking is slowing things down. You can also disable type-checking entirely by setting dhall-use-header-line to nil."
:type 'number
:group 'dhall
:safe 'numberp)
Expand Down

0 comments on commit dc2b5a7

Please sign in to comment.