Mercurial > emacs
changeset 102492:b94fb0c6526f
* customize.texi (Common Keywords): It's not necessary to use :tag
to remove hyphens, as custom-unlispify-tag-name does it
automatically.
(Variable Definitions): Link to File Local Variables. Document
customized-value symbol property.
(Customization Types): Move menu to end of node.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 12 Mar 2009 00:00:47 +0000 |
parents | 467e43a5edd5 |
children | a21d59aa2a07 |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Wed Mar 11 23:50:45 2009 +0000 +++ b/doc/lispref/ChangeLog Thu Mar 12 00:00:47 2009 +0000 @@ -1,3 +1,12 @@ +2009-03-11 Chong Yidong <cyd@stupidchicken.com> + + * customize.texi (Common Keywords): It's not necessary to use :tag + to remove hyphens, as custom-unlispify-tag-name does it + automatically. + (Variable Definitions): Link to File Local Variables. Document + customized-value symbol property. + (Customization Types): Move menu to end of node. + 2009-03-10 Chong Yidong <cyd@stupidchicken.com> * macros.texi (Compiling Macros): Omit misleading sentence, which