diff options
| author | Gerd Moellmann | 2000-11-02 12:38:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-02 12:38:52 +0000 |
| commit | 1ac3fc4299b4bc102d8d17fe0b8bfb27c819961d (patch) | |
| tree | 1b6d81d48c53b0c9fa366c94246223fdd8f9ae6a | |
| parent | 6e65a812a0879fd21e13b622924d674601cb7c39 (diff) | |
| download | emacs-1ac3fc4299b4bc102d8d17fe0b8bfb27c819961d.tar.gz emacs-1ac3fc4299b4bc102d8d17fe0b8bfb27c819961d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/elisp.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index deeffa28be1..56686268b0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-11-02 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * mail/mh-e.el, mail/mh-comp.el: Change maintainer. | ||
| 4 | |||
| 1 | 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 6 | ||
| 3 | * ps-print.el: Extension for even/odd printing. Doc Fix. | 7 | * ps-print.el: Extension for even/odd printing. Doc Fix. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index c3cc7a5e321..f9e9c4e4128 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -148,10 +148,10 @@ Reference Manual, corresponding to GNU Emacs version 21.1. | |||
| 148 | * Abbrevs:: How Abbrev mode works, and its data structures. | 148 | * Abbrevs:: How Abbrev mode works, and its data structures. |
| 149 | 149 | ||
| 150 | * Processes:: Running and communicating with subprocesses. | 150 | * Processes:: Running and communicating with subprocesses. |
| 151 | * System Interface:: Getting the user id, system type, environment | ||
| 152 | variables, and other such things. | ||
| 153 | * Display:: Features for controlling the screen display. | 151 | * Display:: Features for controlling the screen display. |
| 154 | * Calendar:: Customizing the calendar and diary. | 152 | * Calendar:: Customizing the calendar and diary. |
| 153 | * System Interface:: Getting the user id, system type, environment | ||
| 154 | variables, and other such things. | ||
| 155 | 155 | ||
| 156 | Appendices | 156 | Appendices |
| 157 | 157 | ||