diff options
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/emacs.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 4874557a692..6d5aeb9ede8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2006-04-23 Richard Stallman <rms@gnu.org> | 1 | 2006-04-23 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi. | ||
| 4 | |||
| 5 | * xresmini.texi: New file. | ||
| 6 | |||
| 3 | * xresources.texi (Face Resources): Split table into font resources | 7 | * xresources.texi (Face Resources): Split table into font resources |
| 4 | and the rest. Combine similar attributes for brevity. | 8 | and the rest. Combine similar attributes for brevity. |
| 5 | 9 | ||
diff --git a/man/emacs.texi b/man/emacs.texi index c926961891f..4e01af2a27a 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -1544,7 +1544,12 @@ Public License instead of this License. | |||
| 1544 | 1544 | ||
| 1545 | @include doclicense.texi | 1545 | @include doclicense.texi |
| 1546 | @include cmdargs.texi | 1546 | @include cmdargs.texi |
| 1547 | @iftex | ||
| 1548 | @include xresmini.texi | ||
| 1549 | @end iftex | ||
| 1550 | @ifnottex | ||
| 1547 | @include xresources.texi | 1551 | @include xresources.texi |
| 1552 | @end ifnottex | ||
| 1548 | 1553 | ||
| 1549 | @include anti.texi | 1554 | @include anti.texi |
| 1550 | @include macos.texi | 1555 | @include macos.texi |