aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-09-18 13:14:42 +0800
committerChong Yidong2012-09-18 13:14:42 +0800
commited1f0bd388e83e5ee065f7dde0f52bbfe9031933 (patch)
tree7b0251ea23f7191194f5f0739ae43975e56c3db6 /lisp/ChangeLog
parenta11035b8cd0ef80bc118cc97be53373b36475da0 (diff)
downloademacs-ed1f0bd388e83e5ee065f7dde0f52bbfe9031933.tar.gz
emacs-ed1f0bd388e83e5ee065f7dde0f52bbfe9031933.zip
Doc fixes for defface and friends.
* lisp/cus-edit.el (custom-unlispify-remove-prefixes): Add warning. * lisp/custom.el (defface): Doc fix. * doc/lispref/customize.texi (Customization): Define customization more carefully. (Common Keywords): Add xref to Constant Variables. * doc/lispref/display.texi (Faces): Discuss anonymous faces. (Face Attributes): Tweak intro. (Defining Faces): Move after the Face Attributes node. Copyedits. (Displaying Faces): Describe role of inheritance. * doc/lispref/variables.texi (Defining Variables): Link to defcustom's node instead of the higher-level Customization chapter. Fixes: debbugs:11440
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c1c9e5ee1c8..7ed5f6af14b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-09-18 Chong Yidong <cyd@gnu.org>
2
3 * custom.el (defface): Doc fix.
4
5 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6
12012-09-18 Martin Blais <blais@furius.ca> (tiny change) 72012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2 8
3 * progmodes/compile.el (compilation-start): Use compilation-always-kill 9 * progmodes/compile.el (compilation-start): Use compilation-always-kill