Mercurial > hg > xemacs-beta
diff man/lispref/lispref.texi @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/man/lispref/lispref.texi Mon Aug 13 11:03:09 2007 +0200 +++ b/man/lispref/lispref.texi Mon Aug 13 11:04:06 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