Skip to content

Commit

Permalink
Merge pull request #1348 from czipperz/document-defun-haskell-indent-…
Browse files Browse the repository at this point in the history
…mode

Document `defun haskell-indent-mode`'s arg
  • Loading branch information
gracjan committed Jun 3, 2016
2 parents bae8f14 + f9ddcdf commit cd820dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haskell-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,9 @@ these functions also align the guards and rhs of the current definition
\\[haskell-indent-put-region-in-literate]
makes the region a piece of literate code in a literate script
If `ARG' is falsey, toggle `haskell-indent-mode'. Else sets
`haskell-indent-mode' to whether `ARG' is greater than 0.
Invokes `haskell-indent-hook' if not nil."
(interactive "P")
(setq haskell-indent-mode
Expand Down

0 comments on commit cd820dc

Please sign in to comment.