Mercurial > hg > xemacs-beta
diff man/lispref/lispref.texi @ 318:afd57c14dfc8 r21-0b57
Import from CVS: tag r21-0b57
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:45:36 +0200 |
parents | 70ad99077275 |
children | 8bec6624d99b |
line wrap: on
line diff
--- a/man/lispref/lispref.texi Mon Aug 13 10:44:47 2007 +0200 +++ b/man/lispref/lispref.texi Mon Aug 13 10:45:36 2007 +0200 @@ -140,6 +140,7 @@ * Functions:: A function is a Lisp program that can be invoked from other functions. * Macros:: Macros are a way to extend the Lisp language. +* Customization:: Writing customization declarations. * Loading:: Reading files of Lisp code into Lisp. * Byte Compilation:: Compilation makes programs run faster. @@ -1144,6 +1145,7 @@ @include variables.texi @include functions.texi @include macros.texi +@include customize.texi @include loading.texi @include compile.texi