[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/modes.texi
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/modes.texi |
Date: |
Thu, 15 Aug 2002 16:32:05 -0400 |
Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.49 emacs/lispref/modes.texi:1.50
*** emacs/lispref/modes.texi:1.49 Sat Jun 8 20:43:09 2002
--- emacs/lispref/modes.texi Thu Aug 15 16:32:05 2002
***************
*** 69,74 ****
--- 69,79 ----
parent argument, since it automatically enforces the most important
coding conventions for you.
+ @findex define-generic-mode
+ For a very simple programming language major mode that handles
+ comments and fontification, you can use @code{define-generic-mode}
+ in @file{generic.el}.
+
Rmail Edit mode offers an example of changing the major mode
temporarily for a buffer, so it can be edited in a different way (with
ordinary Emacs commands rather than Rmail commands). In such cases, the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/modes.texi,
Richard M. Stallman <=