# HG changeset patch # User Chong Yidong # Date 1235707114 0 # Node ID fc2d893e4dc745387239bffe70c27ee3559815e6 # Parent c3952d76db88b2de84cb2c00c992eb5ed14be019 * 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. diff -r c3952d76db88 -r fc2d893e4dc7 doc/lispref/ChangeLog --- 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 + * 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.