@@ -49,20 +49,20 @@ interpreter (e.g. GHCi).
49
49
@end ifnottex
50
50
51
51
@menu
52
- * Introduction ::
53
- * Getting Help and Reporting Bugs ::
54
- * Getting Started ::
55
- * Editing Haskell Code ::
56
- * Unicode support ::
57
- * Indentation ::
58
- * haskell-decl-scan-mode ::
59
- * Compilation ::
60
- * inferior-haskell-mode ::
61
- * haskell-interactive-mode ::
62
- * haskell-cabal-mode ::
63
- * Concept index ::
64
- * Function index ::
65
- * Variable index ::
52
+ * Introduction :: An introduction to Haskell Mode
53
+ * Getting Help and Reporting Bugs :: How to improve Haskell Mode
54
+ * Getting Started :: How to get started
55
+ * Editing Haskell Code :: How to edit code
56
+ * Unicode support :: How to use Unicode
57
+ * Indentation :: Notes about indentation
58
+ * Declaration scanning :: How to navigate in a source file
59
+ * Compilation :: How to compile
60
+ * Inferior Haskell interpreter :: How to interact with GHCi (1)
61
+ * Interactive Haskell :: How to interact with GHCi (2)
62
+ * Editing Cabal files :: Cabal support
63
+ * Concept index :: Index of Haskell Mode concepts
64
+ * Function index :: index of commands
65
+ * Variable index :: Index of options and types
66
66
@end menu
67
67
68
68
@ifhtml
@@ -348,8 +348,8 @@ selection mode (without redefining @kbd{C-x},@kbd{C-c},@kbd{C-v}, and
348
348
@kbd {C-z }) by calling @kbd {M-x cua-selection-mode } (or adding
349
349
@code {(cua-selection-mode nil) } to your @code {haskell-mode-hook }).
350
350
351
- @node haskell-decl-scan-mode
352
- @chapter @code { haskell-decl-scan-mode }
351
+ @node Declaration scanning
352
+ @chapter Declaration scannning
353
353
354
354
@findex turn-on-haskell-decl-scan
355
355
@findex haskell-decl-scan-mode
@@ -479,8 +479,8 @@ temporarily by invoking @code{haskell-compile} with a prefix argument
479
479
same customized compile command, invoke @code {recompile } (bound to
480
480
@kbd {g }) inside the @samp {*haskell-compilation* } buffer.
481
481
482
- @node inferior-haskell-mode
483
- @chapter @code { inferior-haskell-mode }
482
+ @node Inferior Haskell interpreter
483
+ @chapter Inferior Haskell interpreter
484
484
485
485
@findex inferior-haskell-find-definition
486
486
@findex inferior-haskell-find-haddock
@@ -522,8 +522,8 @@ Currently, GHCi and Hugs are support as Haskell interpreter.
522
522
TODO/WRITEME
523
523
@c write about supported features
524
524
525
- @node haskell-interactive-mode
526
- @chapter @code { haskell-interactive-mode }
525
+ @node Interactive Haskell
526
+ @chapter Interactive Haskell
527
527
528
528
An alternative mode providing a @acronym {REPL ,read–eval–print loop } via
529
529
GHCi sessions is called @code {haskell-interactive-mode }, which
@@ -566,8 +566,8 @@ associate with.
566
566
567
567
TODO/WRITEME
568
568
569
- @node haskell-cabal-mode
570
- @chapter @code { haskell-cabal-mode }
569
+ @node Editing Cabal files
570
+ @chapter Editing Cabal files
571
571
572
572
@findex haskell-cabal-mode
573
573
@vindex haskell-cabal-mode-hook
0 commit comments