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:
parent
b0e40a7fe1
commit
fc09f4bad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue