]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention define-generic-mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Aug 2002 20:32:05 +0000 (20:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Aug 2002 20:32:05 +0000 (20:32 +0000)
lispref/modes.texi

index 4c888448d669cf20966af2a6d99f1cd449877195..65931150975d6267541444e3c0a3324d8363687e 100644 (file)
@@ -69,6 +69,11 @@ it is convenient to use @code{define-derived-mode} with a @code{nil}
 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