(Easy Customization): Use "init file" instead of .emacs.
(Customization Groups): Update to new Custom buffer appearance.
(Saving Customizations): Copyedits. Update example.
(Variables): Give example of variable type-sensitivity.
(Examining): Update example.
(Hooks): Copyedits.
(Specifying File Variables): Use C comments instead of an artificial
Lisp for the example.
(Keymaps): Move internals discussion to Prefix Keymaps.
(Rebinding): Remove redundant paragraph (stated in Key Binding).
(Init Rebinding): Document kbd macro.
(Init File): Link to Find Init.
/* * sys\file.h doesn't exist on NT - only needed for these constants */#ifndef D_OK#define F_OK 0#define X_OK 1#define W_OK 2#define R_OK 4#define D_OK 8#endif/* arch-tag: 7df3e73e-56bc-4ad9-b699-33149ea47959 (do not change this comment) */