diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-08-30 11:24:07 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-08-30 11:24:07 -0400 |
commit | 35137ed3a511d8e27e8fb07f506f55d76e2f6e0f (patch) | |
tree | 6effa072cc53f6459b45879d8a03930821d519a9 /doc/lispref/vol1.texi | |
parent | b1a4f8e1d8df32b582a21fa4110b0a99eba19715 (diff) | |
download | emacs-35137ed3a511d8e27e8fb07f506f55d76e2f6e0f.tar.gz |
Document new Emacs 24 faces in Lisp manual.
* doc/lispref/display.texi (Basic Faces): New node. Document new faces.
* doc/lispref/modes.texi (Major Mode Conventions): Move some text there.
(Mode Help): Remove major-mode var, duplicated in Major Modes.
Diffstat (limited to 'doc/lispref/vol1.texi')
-rw-r--r-- | doc/lispref/vol1.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index c192e3bf4b7..1275628cc94 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -1329,6 +1329,7 @@ Faces * Face Remapping:: Remapping faces to alternative definitions. * Face Functions:: How to define and examine faces. * Auto Faces:: Hook for automatic face assignment. +* Basic Faces:: Faces that are defined by default. * Font Selection:: Finding the best available font for a face. * Font Lookup:: Looking up the names of available fonts and information about them. |