Skip to content

Commit

Permalink
Merge pull request #588 from mk0x9/fix-texi-typo
Browse files Browse the repository at this point in the history
Typo in haskell-cabal-mode manual.
  • Loading branch information
gracjan committed Apr 21, 2015
2 parents e5afe82 + 03d3c7c commit e284cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ used to visit the @file{.cabal} file. If you wish, you can bind

@lisp
(eval-after-load "haskell-mode"
(define-key haskell-mode-map (kbd "C-c v c") 'haskell-cabal-visit-file))
'(define-key haskell-mode-map (kbd "C-c v c") 'haskell-cabal-visit-file))
@end lisp

TODO/WRITEME
Expand Down

0 comments on commit e284cda

Please sign in to comment.