1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(display-time-update): Change load-average help-echo.

This commit is contained in:
Dave Love 2000-01-31 22:14:01 +00:00
parent b0e40a7fe1
commit fc09f4bad6

View file

@ -215,7 +215,7 @@ would give mode line times like `94/12/30 21:07:48 (UTC)'."
(let ((str (format " %03d" (car (load-average)))))
(propertize
(concat (substring str 0 -2) "." (substring str -2))
'help-echo "Load average")))
'help-echo "System load average")))
(error "")))
(mail-spool-file (or display-time-mail-file
(getenv "MAIL")