diff options
| author | Glenn Morris | 2008-02-14 09:05:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-14 09:05:15 +0000 |
| commit | 5c4a15b3ed809550c7c4019e09f312ce8a7a8bcc (patch) | |
| tree | 2dd9921b617ac0bd0a6d598180572da77e33e01a | |
| parent | a52eff85fe1b49a0d74e67c280346aa6418b0966 (diff) | |
| download | emacs-5c4a15b3ed809550c7c4019e09f312ce8a7a8bcc.tar.gz emacs-5c4a15b3ed809550c7c4019e09f312ce8a7a8bcc.zip | |
Mention `format-seconds'.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -132,6 +132,9 @@ run processes remotely. | |||
| 132 | ** The new command `display-time-world' starts an updating time display | 132 | ** The new command `display-time-world' starts an updating time display |
| 133 | using several time zones, in a buffer. | 133 | using several time zones, in a buffer. |
| 134 | 134 | ||
| 135 | ** The new function `format-seconds' converts a number of seconds into a | ||
| 136 | readable string of days, hours, etc. | ||
| 137 | |||
| 135 | ** The new variable `emacs-startup-time' gives the time at which Emacs started. | 138 | ** The new variable `emacs-startup-time' gives the time at which Emacs started. |
| 136 | 139 | ||
| 137 | ** The new function `emacs-uptime' returns the uptime of an Emacs instance. | 140 | ** The new function `emacs-uptime' returns the uptime of an Emacs instance. |