From: Chong Yidong Date: Mon, 17 Nov 2008 23:08:58 +0000 (+0000) Subject: * custom.texi (Easy Customization): Use "init file" instead of .emacs. X-Git-Tag: emacs-pretest-23.0.90~1732 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd9da8b8f32e85f0469240d61edcff58d24d44bf;p=emacs.git * custom.texi (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. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 90379569abf..fd81df1b087 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -3,6 +3,18 @@ * custom.texi (Minor Modes): Define mode commands and mode variables more precisely. Recommend using mode commands instead of setting variables directly. Put minor modes in a list, and add more modes. + (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. * mark.texi (Using Region): Document Delete Selection Mode more thoroughly.