From: Chong Yidong Date: Fri, 27 Feb 2009 03:58:34 +0000 (+0000) Subject: * elisp.texi (Top): Update node listing. X-Git-Tag: emacs-pretest-23.0.92~428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0e57ed89a3b4e0b96b6fe9afd8313d663212466;p=emacs.git * 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 --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e3d29d014dd..b2a7a805adc 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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.