diff --git a/lisp/time.el b/lisp/time.el index d95f708161c..9084217024a 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -582,7 +582,7 @@ For example, the Unix uptime command format is \"%D, %z%2h:%.2m\"." "Return a string giving the duration of the Emacs initialization." (interactive) (let ((str - (format "%.1f seconds" + (format "%s seconds" (float-time (time-subtract after-init-time before-init-time))))) (if (called-interactively-p 'interactive)