Skip to content

Commit 6a47c65

Browse files
committed
Merge pull request #666 from gracjan/pr-top-level-menu-looks-in-manual
Improve top level menu looks in manual
2 parents 0a4297e + 2de1928 commit 6a47c65

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

doc/haskell-mode.texi

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ interpreter (e.g. GHCi).
4949
@end ifnottex
5050

5151
@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
6666
@end menu
6767

6868
@ifhtml
@@ -348,8 +348,8 @@ selection mode (without redefining @kbd{C-x},@kbd{C-c},@kbd{C-v}, and
348348
@kbd{C-z}) by calling @kbd{M-x cua-selection-mode} (or adding
349349
@code{(cua-selection-mode nil)} to your @code{haskell-mode-hook}).
350350

351-
@node haskell-decl-scan-mode
352-
@chapter @code{haskell-decl-scan-mode}
351+
@node Declaration scanning
352+
@chapter Declaration scannning
353353

354354
@findex turn-on-haskell-decl-scan
355355
@findex haskell-decl-scan-mode
@@ -479,8 +479,8 @@ temporarily by invoking @code{haskell-compile} with a prefix argument
479479
same customized compile command, invoke @code{recompile} (bound to
480480
@kbd{g}) inside the @samp{*haskell-compilation*} buffer.
481481

482-
@node inferior-haskell-mode
483-
@chapter @code{inferior-haskell-mode}
482+
@node Inferior Haskell interpreter
483+
@chapter Inferior Haskell interpreter
484484

485485
@findex inferior-haskell-find-definition
486486
@findex inferior-haskell-find-haddock
@@ -522,8 +522,8 @@ Currently, GHCi and Hugs are support as Haskell interpreter.
522522
TODO/WRITEME
523523
@c write about supported features
524524

525-
@node haskell-interactive-mode
526-
@chapter @code{haskell-interactive-mode}
525+
@node Interactive Haskell
526+
@chapter Interactive Haskell
527527

528528
An alternative mode providing a @acronym{REPL,read–eval–print loop} via
529529
GHCi sessions is called @code{haskell-interactive-mode}, which
@@ -566,8 +566,8 @@ associate with.
566566

567567
TODO/WRITEME
568568

569-
@node haskell-cabal-mode
570-
@chapter @code{haskell-cabal-mode}
569+
@node Editing Cabal files
570+
@chapter Editing Cabal files
571571

572572
@findex haskell-cabal-mode
573573
@vindex haskell-cabal-mode-hook

0 commit comments

Comments
 (0)