From 62dd141ced30739890cd6a961d4d1a2e9dce92af Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 16 Jan 2017 12:47:51 +0100 Subject: [PATCH] Spelling --- haskell-cabal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-cabal.el b/haskell-cabal.el index 8afbbc71c..70f5d031b 100644 --- a/haskell-cabal.el +++ b/haskell-cabal.el @@ -735,7 +735,7 @@ Respect the comma style." (point))) (defun haskell-cabal-beginning-of-subsection () - "go to the beginniing of the current subsection" + "go to the beginning of the current subsection" (interactive) (goto-char (haskell-cabal-subsection-beginning)))