aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-17 19:37:14 +0000
committerEli Zaretskii2008-10-17 19:37:14 +0000
commit53728487f15e5f324edf550d64894a95ea48aa54 (patch)
tree1d525655bb3b8731c1e912c6414ff9442b2f716d /etc
parent4f77c25dfe39469d9b311533b0fe468a846ed748 (diff)
downloademacs-53728487f15e5f324edf550d64894a95ea48aa54.tar.gz
emacs-53728487f15e5f324edf550d64894a95ea48aa54.zip
(Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
(Time Parsing): Document `format-seconds'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bf6b4622473..58c4388fba2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1212,8 +1212,10 @@ reset transient-mark-mode to the value OLDVAL. The values `only' and
1212*** The new variables `before-init-time' and `after-init-time' record the 1212*** The new variables `before-init-time' and `after-init-time' record the
1213value of `current-time' before and after Emacs loads the init files. 1213value of `current-time' before and after Emacs loads the init files.
1214 1214
1215+++
1215*** The new function `emacs-uptime' returns the uptime of an Emacs instance. 1216*** The new function `emacs-uptime' returns the uptime of an Emacs instance.
1216 1217
1218+++
1217*** The new function `emacs-init-time' returns the duration of the 1219*** The new function `emacs-init-time' returns the duration of the
1218Emacs initialization. 1220Emacs initialization.
1219 1221
@@ -1550,6 +1552,7 @@ times the default column width.
1550 1552
1551** Miscellaneous new functions 1553** Miscellaneous new functions
1552 1554
1555+++
1553*** `format-seconds' converts a number of seconds into a readable 1556*** `format-seconds' converts a number of seconds into a readable
1554string of days, hours, etc. 1557string of days, hours, etc.
1555 1558