diff options
| author | Eli Zaretskii | 2008-10-17 19:37:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-17 19:37:14 +0000 |
| commit | 53728487f15e5f324edf550d64894a95ea48aa54 (patch) | |
| tree | 1d525655bb3b8731c1e912c6414ff9442b2f716d /etc | |
| parent | 4f77c25dfe39469d9b311533b0fe468a846ed748 (diff) | |
| download | emacs-53728487f15e5f324edf550d64894a95ea48aa54.tar.gz emacs-53728487f15e5f324edf550d64894a95ea48aa54.zip | |
(Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
(Time Parsing): Document `format-seconds'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1212,8 +1212,10 @@ reset transient-mark-mode to the value OLDVAL. The values `only' and | |||
| 1212 | *** The new variables `before-init-time' and `after-init-time' record the | 1212 | *** The new variables `before-init-time' and `after-init-time' record the |
| 1213 | value of `current-time' before and after Emacs loads the init files. | 1213 | value of `current-time' before and after Emacs loads the init files. |
| 1214 | 1214 | ||
| 1215 | +++ | ||
| 1215 | *** The new function `emacs-uptime' returns the uptime of an Emacs instance. | 1216 | *** The new function `emacs-uptime' returns the uptime of an Emacs instance. |
| 1216 | 1217 | ||
| 1218 | +++ | ||
| 1217 | *** The new function `emacs-init-time' returns the duration of the | 1219 | *** The new function `emacs-init-time' returns the duration of the |
| 1218 | Emacs initialization. | 1220 | Emacs initialization. |
| 1219 | 1221 | ||
| @@ -1550,6 +1552,7 @@ times the default column width. | |||
| 1550 | 1552 | ||
| 1551 | ** Miscellaneous new functions | 1553 | ** Miscellaneous new functions |
| 1552 | 1554 | ||
| 1555 | +++ | ||
| 1553 | *** `format-seconds' converts a number of seconds into a readable | 1556 | *** `format-seconds' converts a number of seconds into a readable |
| 1554 | string of days, hours, etc. | 1557 | string of days, hours, etc. |
| 1555 | 1558 | ||