Skip to content

Commit e284cda

Browse files
committed
Merge pull request #588 from mk0x9/fix-texi-typo
Typo in haskell-cabal-mode manual.
2 parents e5afe82 + 03d3c7c commit e284cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-mode.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ used to visit the @file{.cabal} file. If you wish, you can bind
594594

595595
@lisp
596596
(eval-after-load "haskell-mode"
597-
(define-key haskell-mode-map (kbd "C-c v c") 'haskell-cabal-visit-file))
597+
'(define-key haskell-mode-map (kbd "C-c v c") 'haskell-cabal-visit-file))
598598
@end lisp
599599

600600
TODO/WRITEME

0 commit comments

Comments
 (0)