summaryrefslogtreecommitdiff
path: root/doc/lispref/intro.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-04-25 11:56:48 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-04-25 12:40:20 -0700
commit4a1f69ebca9bbf5797b8898f8250f6580753d829 (patch)
treee2c7e915f4e7b20995cd52dee9551aecfbefeffd /doc/lispref/intro.texi
parentd75e2c12ebbc7a758d1c24d30685e790b703eb64 (diff)
downloademacs-4a1f69ebca9bbf5797b8898f8250f6580753d829.tar.gz
Use (TICKS . HZ) for current-time etc.
* src/timefns.c (CURRENT_TIME_LIST): Change default to false. All documentation changed.
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r--doc/lispref/intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 5afd2f4ecf2..d1a3fef7a4b 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -503,7 +503,7 @@ if the information is not available.
@example
@group
emacs-build-time
- @result{} (20614 63694 515336 438000)
+ @result{} (1650228902637038831 . 1000000000)
@end group
@end example
@end defvar