Skip to content

Commit

Permalink
Typo in docs.
Browse files Browse the repository at this point in the history
eval-after-load FORM must be quoted.
  • Loading branch information
mk0x9 committed Apr 21, 2015
1 parent e5afe82 commit 03d3c7c
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 03d3c7c

Please sign in to comment.