aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-14 09:05:15 +0000
committerGlenn Morris2008-02-14 09:05:15 +0000
commit5c4a15b3ed809550c7c4019e09f312ce8a7a8bcc (patch)
tree2dd9921b617ac0bd0a6d598180572da77e33e01a
parenta52eff85fe1b49a0d74e67c280346aa6418b0966 (diff)
downloademacs-5c4a15b3ed809550c7c4019e09f312ce8a7a8bcc.tar.gz
emacs-5c4a15b3ed809550c7c4019e09f312ce8a7a8bcc.zip
Mention `format-seconds'.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 30e73015232..56facea4ec9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
133using several time zones, in a buffer. 133using several time zones, in a buffer.
134 134
135** The new function `format-seconds' converts a number of seconds into a
136readable 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.