diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-04-25 11:56:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-04-25 12:40:20 -0700 |
commit | 4a1f69ebca9bbf5797b8898f8250f6580753d829 (patch) | |
tree | e2c7e915f4e7b20995cd52dee9551aecfbefeffd /doc/lispref/intro.texi | |
parent | d75e2c12ebbc7a758d1c24d30685e790b703eb64 (diff) | |
download | emacs-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.texi | 2 |
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 |