diff options
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 f421f3b3efb..197f54ecc52 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -493,7 +493,7 @@ 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 four integers, like the value of +built. It uses the style of @code{current-time} (@pxref{Time of Day}), or is @code{nil} if the information is not available. |