changeset 102304:fc2d893e4dc7

* elisp.texi (Top): Update node listing. * variables.texi (Variables): Clarify introduction. (Global Variables): Mention that setq is a special form. (Local Variables): Use active voice. (Tips for Defining): Mention marking variables as safe. (Buffer-Local Variables): Mention terminal-local and frame-local variables together. (File Local Variables): Copyedits. (Frame-Local Variables): Note that they are not really useful. (Future Local Variables): Node deleted.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 27 Feb 2009 03:58:34 +0000
parents c3952d76db88
children bc76e4c5c0e1
files doc/lispref/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Fri Feb 27 01:44:02 2009 +0000
+++ b/doc/lispref/ChangeLog	Fri Feb 27 03:58:34 2009 +0000
@@ -1,5 +1,17 @@
 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
 
+	* elisp.texi (Top): Update node listing.
+
+	* variables.texi (Variables): Clarify introduction.
+	(Global Variables): Mention that setq is a special form.
+	(Local Variables): Use active voice.
+	(Tips for Defining): Mention marking variables as safe.
+	(Buffer-Local Variables): Mention terminal-local and frame-local
+	variables together.
+	(File Local Variables): Copyedits.
+	(Frame-Local Variables): Note that they are not really useful.
+	(Future Local Variables): Node deleted.
+
 	* objects.texi (General Escape Syntax): Update explanation of
 	unicode escape syntax.