emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/elisp.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/elisp.texi
Date: Wed, 11 May 2005 08:27:49 -0400

Index: emacs/lispref/elisp.texi
diff -c emacs/lispref/elisp.texi:1.52 emacs/lispref/elisp.texi:1.53
*** emacs/lispref/elisp.texi:1.52       Sat Mar 26 17:36:59 2005
--- emacs/lispref/elisp.texi    Wed May 11 12:27:49 2005
***************
*** 548,553 ****
--- 548,558 ----
  * Major Modes::             Defining major modes.
  * Minor Modes::             Defining minor modes.
  * Mode Line Format::        Customizing the text that appears in the mode 
line.
+ * Imenu::                   How a mode can provide a menu
+                               of definitions in the buffer.
+ * 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.
  
***************
*** 557,573 ****
--- 562,587 ----
  * Example Major Modes::     Text mode and Lisp modes.
  * Auto Major Mode::         How Emacs chooses the major mode automatically.
  * Mode Help::               Finding out how to use a mode.
+ * Derived Modes::           Defining a new major mode based on another major
+                               mode.
+ * Generic Modes::           Defining a simple major mode that supports
+                               comment syntax and Font Lock mode.
+ * Mode Hooks::              Hooks run at the end of major mode functions.
  
  Minor Modes
  
  * Minor Mode Conventions::  Tips for writing a minor mode.
  * Keymaps and Minor Modes:: How a minor mode can have its own keymap.
+ * Defining Minor Modes::    A convenient facility for defining minor modes.
  
  Mode Line Format
  
  * 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.
+ * Properties in Mode::      Using text properties in the mode line.
+ * Header Lines::            Like a mode line, but at the top.
+ * Emulating Mode Line::     Formatting text as the mode line would.
  
  Documentation
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]