From: Luc Teirlinck Date: Sat, 14 May 2005 21:32:19 +0000 (+0000) Subject: (Top): Update detailed menu for node changes. X-Git-Tag: ttn-vms-21-2-B4~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=049557c23d37858844c4d8b3ab663a3e4b714ec0;p=emacs.git (Top): Update detailed menu for node changes. --- 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 Major and Minor Modes +* Hooks:: How to use hooks; how to write code that + provides hooks. * Major Modes:: Defining major modes. * Minor Modes:: Defining minor modes. * Mode Line Format:: Customizing the text that appears in the mode line. @@ -625,11 +627,10 @@ Major and Minor Modes * Font Lock Mode:: How modes can highlight text according to syntax. * Desktop Save Mode:: How modes can have buffer state saved between Emacs sessions. -* Hooks:: How to use hooks; how to write code that - provides hooks. Major Modes +* Major Mode Basics:: * Major Mode Conventions:: Coding conventions for keymaps, etc. * Example Major Modes:: Text mode and Lisp modes. * Auto Major Mode:: How Emacs chooses the major mode automatically. @@ -648,6 +649,7 @@ Minor Modes Mode Line Format +* Mode Line Basics:: * Mode Line Data:: The data structure that controls the mode line. * Mode Line Variables:: Variables used in that data structure. * %-Constructs:: Putting information into a mode line.