Mercurial > emacs
changeset 98804:dc9de0c608e5
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 17 Oct 2008 19:37:14 +0000 |
parents | bdd094336927 |
children | e6b6e66ef83f |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Oct 17 19:36:40 2008 +0000 +++ b/etc/NEWS Fri Oct 17 19:37:14 2008 +0000 @@ -1212,8 +1212,10 @@ *** The new variables `before-init-time' and `after-init-time' record the value of `current-time' before and after Emacs loads the init files. ++++ *** The new function `emacs-uptime' returns the uptime of an Emacs instance. ++++ *** The new function `emacs-init-time' returns the duration of the Emacs initialization. @@ -1550,6 +1552,7 @@ ** Miscellaneous new functions ++++ *** `format-seconds' converts a number of seconds into a readable string of days, hours, etc.