diff options
| author | Chong Yidong | 2009-01-08 20:57:59 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-08 20:57:59 +0000 |
| commit | 606061b9f7c8ec51d0d28648248695e4594f95e5 (patch) | |
| tree | e3a51230290672afa7ba8364eb9d9d46c24b40c3 /doc | |
| parent | 6b2b8ab1dfeb4346c9c488c3334bf52db680260a (diff) | |
| download | emacs-606061b9f7c8ec51d0d28648248695e4594f95e5.tar.gz emacs-606061b9f7c8ec51d0d28648248695e4594f95e5.zip | |
Update node listing.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/elisp.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index f39e8071d82..40c9b074964 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -1288,9 +1288,11 @@ Faces | |||
| 1288 | * Attribute Functions:: Functions to examine and set face attributes. | 1288 | * Attribute Functions:: Functions to examine and set face attributes. |
| 1289 | * Displaying Faces:: How Emacs combines the faces specified for | 1289 | * Displaying Faces:: How Emacs combines the faces specified for |
| 1290 | a character. | 1290 | a character. |
| 1291 | * Font Selection:: Finding the best available font for a face. | 1291 | * Face Remapping:: Remapping faces to alternative definitions. |
| 1292 | * Face Functions:: How to define and examine faces. | 1292 | * Face Functions:: How to define and examine faces. |
| 1293 | * Auto Faces:: Hook for automatic face assignment. | 1293 | * Auto Faces:: Hook for automatic face assignment. |
| 1294 | * Fonts:: Lisp representation of character display fonts. | ||
| 1295 | * Font Selection:: Finding the best available font for a face. | ||
| 1294 | * Font Lookup:: Looking up the names of available fonts | 1296 | * Font Lookup:: Looking up the names of available fonts |
| 1295 | and information about them. | 1297 | and information about them. |
| 1296 | * Fontsets:: A fontset is a collection of fonts | 1298 | * Fontsets:: A fontset is a collection of fonts |