aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 @@
12009-02-27 Chong Yidong <cyd@stupidchicken.com> 12009-02-27 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * elisp.texi (Top): Update node listing.
4
5 * variables.texi (Variables): Clarify introduction.
6 (Global Variables): Mention that setq is a special form.
7 (Local Variables): Use active voice.
8 (Tips for Defining): Mention marking variables as safe.
9 (Buffer-Local Variables): Mention terminal-local and frame-local
10 variables together.
11 (File Local Variables): Copyedits.
12 (Frame-Local Variables): Note that they are not really useful.
13 (Future Local Variables): Node deleted.
14
3 * objects.texi (General Escape Syntax): Update explanation of 15 * objects.texi (General Escape Syntax): Update explanation of
4 unicode escape syntax. 16 unicode escape syntax.
5 17