aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-11-06 17:05:42 +0000
committerEli Zaretskii2004-11-06 17:05:42 +0000
commit66fcf39cc065f281535bec8f313ac2cf1fc7eab2 (patch)
tree9510cdf926f11a5a95f535cb21cef30f29d39fd2
parent6159c232a6a49330c8ab3952b239469485a70c95 (diff)
downloademacs-66fcf39cc065f281535bec8f313ac2cf1fc7eab2.tar.gz
emacs-66fcf39cc065f281535bec8f313ac2cf1fc7eab2.zip
Document get-internal-run-time.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a5277a8cb03..726eac5afdb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2327,6 +2327,10 @@ configuration files.
2327* Lisp Changes in Emacs 21.4 2327* Lisp Changes in Emacs 21.4
2328 2328
2329+++ 2329+++
2330** The new primitive `get-internal-run-time' returns the processor
2331run time used by Emacs since start-up.
2332
2333+++
2330** The new function `called-interactively-p' does what many people 2334** The new function `called-interactively-p' does what many people
2331have mistakenly believed `interactively-p' did: it returns t if the 2335have mistakenly believed `interactively-p' did: it returns t if the
2332calling function was called through `call-interactively'. 2336calling function was called through `call-interactively'.