From: Chong Yidong Date: Thu, 12 Mar 2009 00:00:47 +0000 (+0000) Subject: * customize.texi (Common Keywords): It's not necessary to use :tag X-Git-Tag: emacs-pretest-23.0.92~266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2bbc08cb458a98a4f2ccd396584c0f1937a799a;p=emacs.git * 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. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 5c2363f3a9c..f447a71ba4a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,12 @@ +2009-03-11 Chong Yidong + + * 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 * macros.texi (Compiling Macros): Omit misleading sentence, which