Mercurial > hg > xemacs-beta
comparison man/custom.texi @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8619ce7e4c50 |
children | 7d55a9ba150c |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
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.68 |
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 |