diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-24 05:12:23 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-10-24 05:12:23 +0000 |
commit | 72ec96fb41e2e53ac5fda7532b0d3753e5ff971e (patch) | |
tree | 8cc26b9c09de599818c6cfe4e23cff127b51ca56 /doc/lispref/intro.texi | |
parent | 75e8f9d2decbbebf7ffc20d17ff8676077071255 (diff) | |
download | emacs-72ec96fb41e2e53ac5fda7532b0d3753e5ff971e.tar.gz |
Update manual for new time stamp format.
These instances were missed the first time around.
Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
* doc/lispintro/emacs-lisp-intro.texi (Files List):
* doc/lispref/buffers.texi (Modification Time):
* doc/lispref/files.texi (Testing Accessibility, File Attributes):
* doc/lispref/intro.texi (Version Info):
* doc/lispref/os.texi (Time of Day):
* doc/misc/emacs-mime.texi (time-date):
Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
* doc/misc/emacs-mime.texi (time-date):
Also, fix bogus time stamp and modernize a bit.
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r-- | doc/lispref/intro.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index e61e13662db..4770701b601 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -493,13 +493,13 @@ giving a prefix argument makes @var{here} non-@code{nil}. @defvar emacs-build-time The value of this variable indicates the time at which Emacs was -built. It is a list of three integers, like the value of +built. It is a list of four integers, like the value of @code{current-time} (@pxref{Time of Day}). @example @group emacs-build-time - @result{} (18846 52016 156039) + @result{} (20614 63694 515336 438000) @end group @end example @end defvar |