1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

* 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.
This commit is contained in:
Chong Yidong 2009-03-12 00:00:47 +00:00
parent 40c3f43443
commit f2bbc08cb4

View file

@ -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