diff options
| -rw-r--r-- | lispref/elisp.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 061d826e711..cf8c6dbaf4f 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -617,6 +617,8 @@ Keymaps | |||
| 617 | 617 | ||
| 618 | Major and Minor Modes | 618 | Major and Minor Modes |
| 619 | 619 | ||
| 620 | * Hooks:: How to use hooks; how to write code that | ||
| 621 | provides hooks. | ||
| 620 | * Major Modes:: Defining major modes. | 622 | * Major Modes:: Defining major modes. |
| 621 | * Minor Modes:: Defining minor modes. | 623 | * Minor Modes:: Defining minor modes. |
| 622 | * Mode Line Format:: Customizing the text that appears in the mode line. | 624 | * Mode Line Format:: Customizing the text that appears in the mode line. |
| @@ -625,11 +627,10 @@ Major and Minor Modes | |||
| 625 | * Font Lock Mode:: How modes can highlight text according to syntax. | 627 | * Font Lock Mode:: How modes can highlight text according to syntax. |
| 626 | * Desktop Save Mode:: How modes can have buffer state saved between | 628 | * Desktop Save Mode:: How modes can have buffer state saved between |
| 627 | Emacs sessions. | 629 | Emacs sessions. |
| 628 | * Hooks:: How to use hooks; how to write code that | ||
| 629 | provides hooks. | ||
| 630 | 630 | ||
| 631 | Major Modes | 631 | Major Modes |
| 632 | 632 | ||
| 633 | * Major Mode Basics:: | ||
| 633 | * Major Mode Conventions:: Coding conventions for keymaps, etc. | 634 | * Major Mode Conventions:: Coding conventions for keymaps, etc. |
| 634 | * Example Major Modes:: Text mode and Lisp modes. | 635 | * Example Major Modes:: Text mode and Lisp modes. |
| 635 | * Auto Major Mode:: How Emacs chooses the major mode automatically. | 636 | * Auto Major Mode:: How Emacs chooses the major mode automatically. |
| @@ -648,6 +649,7 @@ Minor Modes | |||
| 648 | 649 | ||
| 649 | Mode Line Format | 650 | Mode Line Format |
| 650 | 651 | ||
| 652 | * Mode Line Basics:: | ||
| 651 | * Mode Line Data:: The data structure that controls the mode line. | 653 | * Mode Line Data:: The data structure that controls the mode line. |
| 652 | * Mode Line Variables:: Variables used in that data structure. | 654 | * Mode Line Variables:: Variables used in that data structure. |
| 653 | * %-Constructs:: Putting information into a mode line. | 655 | * %-Constructs:: Putting information into a mode line. |