Skip to content

Commit f9ddcdf

Browse files
committed
Document defun haskell-indent-mode's arg
1 parent bae8f14 commit f9ddcdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

haskell-indent.el

+3
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,9 @@ these functions also align the guards and rhs of the current definition
15791579
\\[haskell-indent-put-region-in-literate]
15801580
makes the region a piece of literate code in a literate script
15811581
1582+
If `ARG' is falsey, toggle `haskell-indent-mode'. Else sets
1583+
`haskell-indent-mode' to whether `ARG' is greater than 0.
1584+
15821585
Invokes `haskell-indent-hook' if not nil."
15831586
(interactive "P")
15841587
(setq haskell-indent-mode

0 commit comments

Comments
 (0)