From: Glenn Morris Date: Thu, 21 Feb 2008 06:15:14 +0000 (+0000) Subject: Simplify an entry. X-Git-Tag: emacs-pretest-23.0.90~7818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f871ce2c1e74557c239c2459b38817956254f1d;p=emacs.git Simplify an entry. --- diff --git a/etc/NEWS b/etc/NEWS index 027e2d2b6f0..99ac83762c5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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.