diff options
| author | Eli Zaretskii | 2012-01-06 11:43:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-01-06 11:43:59 +0200 |
| commit | 4afee9d5fdc053354dc85d650e2d36094fa70209 (patch) | |
| tree | 1de5e30b0c216560a8809f51f231999bf12b616b /lisp/ChangeLog | |
| parent | 24ea72d3eb684ffc74a4ddaa5c77ba394f9c487e (diff) | |
| download | emacs-4afee9d5fdc053354dc85d650e2d36094fa70209.tar.gz emacs-4afee9d5fdc053354dc85d650e2d36094fa70209.zip | |
Fix doc strings of 2 time.el variables.
lisp/time.el (display-time-load-average)
(display-time-default-load-average): Doc fixes. See the thread starting at
http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
for the details.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba9886a33e2..39007b7e0d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-01-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * time.el (display-time-load-average) | ||
| 4 | (display-time-default-load-average): Doc fixes. See the thread | ||
| 5 | starting at | ||
| 6 | http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html | ||
| 7 | for the details. | ||
| 8 | |||
| 1 | 2012-01-06 Glenn Morris <rgm@gnu.org> | 9 | 2012-01-06 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * mail/unrmail.el (unrmail): Give an explicit error if the input file | 11 | * mail/unrmail.el (unrmail): Give an explicit error if the input file |