mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(Top): Update detailed menu for node changes.
This commit is contained in:
parent
56d4215a99
commit
049557c23d
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue