Mercurial > hg > xemacs-beta
comparison man/custom.texi @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | c53a95d3c46d |
children |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
11 | 11 |
12 @node Top, Introduction, (dir), (dir) | 12 @node Top, Introduction, (dir), (dir) |
13 @comment node-name, next, previous, up | 13 @comment node-name, next, previous, up |
14 @top The Customization Library | 14 @top The Customization Library |
15 | 15 |
16 Version: 1.65 | 16 Version: 1.67 |
17 | 17 |
18 @menu | 18 @menu |
19 * Introduction:: | 19 * Introduction:: |
20 * User Commands:: | 20 * User Commands:: |
21 * The Customization Buffer:: | 21 * The Customization Buffer:: |
618 @section The Init File | 618 @section The Init File |
619 | 619 |
620 When you save the customizations, call to @code{custom-set-variables}, | 620 When you save the customizations, call to @code{custom-set-variables}, |
621 @code{custom-set-faces} are inserted into the file specified by | 621 @code{custom-set-faces} are inserted into the file specified by |
622 @code{custom-file}. By default @code{custom-file} is your @file{.emacs} | 622 @code{custom-file}. By default @code{custom-file} is your @file{.emacs} |
623 file. The two functions will initialize variables and faces as you have | 623 file. If you use another file, you must explicitly load it yourself. |
624 specified. | 624 The two functions will initialize variables and faces as you have |
625 specified. | |
625 | 626 |
626 @node Wishlist, , The Init File, Top | 627 @node Wishlist, , The Init File, Top |
627 @comment node-name, next, previous, up | 628 @comment node-name, next, previous, up |
628 @section Wishlist | 629 @section Wishlist |
629 | 630 |