Skip to content

Commit

Permalink
Document defun haskell-indent-mode's arg
Browse files Browse the repository at this point in the history
  • Loading branch information
czipperz committed Jun 3, 2016
1 parent bae8f14 commit f9ddcdf
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 f9ddcdf

Please sign in to comment.