1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Simplify an entry.

This commit is contained in:
Glenn Morris 2008-02-21 06:15:14 +00:00
parent 60134fd4b7
commit 9f871ce2c1

View File

@ -177,9 +177,8 @@ using several time zones, in a buffer.
** The new function `format-seconds' converts a number of seconds into a
readable string of days, hours, etc.
** The new variable `before-init-time' records the value of `current-time'
when Emacs begins initialization, and the new variable `after-init-time'
records the value of `current-time' after loading the init files.
** 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.