aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-12-17 22:23:13 +0000
committerRichard M. Stallman <[email protected]>2006-12-17 22:23:13 +0000
commit303958a9ebc3fbc92ef8b00e1e23c48a147d93af (patch)
treece7da72b230f97528d96055125d0ada968e8d844 /lispref
parentf690ec33f4bf5a37301321c3caa57edba85211bd (diff)
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 0e0079c73f..3888f166f3 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,12 @@
2006-12-17 Richard Stallman <[email protected]>
+ * loading.texi (Named Features): Explain subfeatures better.
+
+ * customize.texi: Use "option" only for user options.
+ For the keyword values inside defcustom etc, say "keywords".
+ For :options value's elements, say "elements".
+ :group should not be omitted.
+
* syntax.texi (Parsing Expressions): Split up node.
(Motion via Parsing, Position Parse, Parser State)
(Low-Level Parsing, Control Parsing): New subnodes.