comparison etc/NEWS @ 92011:470a31f32cf8

Simplify an entry.
author Glenn Morris <rgm@gnu.org>
date Thu, 21 Feb 2008 06:15:14 +0000
parents f60998626e8a
children 8f52ec613586
comparison
equal deleted inserted replaced
92010:a7a0e6010c46 92011:470a31f32cf8
175 using several time zones, in a buffer. 175 using several time zones, in a buffer.
176 176
177 ** The new function `format-seconds' converts a number of seconds into a 177 ** The new function `format-seconds' converts a number of seconds into a
178 readable string of days, hours, etc. 178 readable string of days, hours, etc.
179 179
180 ** The new variable `before-init-time' records the value of `current-time' 180 ** The new variables `before-init-time' and `after-init-time' record the
181 when Emacs begins initialization, and the new variable `after-init-time' 181 value of `current-time' before and after Emacs loads the init files.
182 records the value of `current-time' after loading the init files.
183 182
184 ** The new function `emacs-uptime' returns the uptime of an Emacs instance. 183 ** The new function `emacs-uptime' returns the uptime of an Emacs instance.
185 184
186 ** The new function `emacs-init-time' returns the duration of the 185 ** The new function `emacs-init-time' returns the duration of the
187 Emacs initialization. 186 Emacs initialization.