changeset 99678:aeb2c2c4af7a

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 17 Nov 2008 23:08:58 +0000
parents af10fef1a1dc
children e2d2780832d4
files doc/emacs/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Mon Nov 17 21:50:37 2008 +0000
+++ b/doc/emacs/ChangeLog	Mon Nov 17 23:08:58 2008 +0000
@@ -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.