# HG changeset patch # User Glenn Morris # Date 1203574514 0 # Node ID 470a31f32cf86416ff94f7de85201dfaecb90609 # Parent a7a0e6010c46e8eb024c6a76d847a21764c8c097 Simplify an entry. diff -r a7a0e6010c46 -r 470a31f32cf8 etc/NEWS --- a/etc/NEWS Thu Feb 21 05:38:30 2008 +0000 +++ b/etc/NEWS Thu Feb 21 06:15:14 2008 +0000 @@ -177,9 +177,8 @@ ** 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.