Mercurial > hg > xemacs-beta
comparison lisp/diagnose.el @ 5230:4c56e7c6a704
Fix a misspelling, diagnose.el.
2010-06-08 Aidan Kehoe <kehoea@parhasard.net>
* diagnose.el (show-gc-stats):
Fix a misspelling in a heading in this function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 08 Jun 2010 16:37:32 +0100 |
parents | 5ddbab03b0e6 |
children | ed74d2ca7082 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
5229:7d06a8bf47d2 | 5230:4c56e7c6a704 |
---|---|
488 (princ (format "%s %g\n" "Current phase" | 488 (princ (format "%s %g\n" "Current phase" |
489 (plist-get plist 'phase))) | 489 (plist-get plist 'phase))) |
490 (princ (make-string 78 ?-)) | 490 (princ (make-string 78 ?-)) |
491 (princ "\n") | 491 (princ "\n") |
492 (princ (format fmt "stat" "total" "last-gc" "this-gc" | 492 (princ (format fmt "stat" "total" "last-gc" "this-gc" |
493 "last-cycle" "this-cylce")) | 493 "last-cycle" "this-cycle")) |
494 (princ (make-string 78 ?-)) | 494 (princ (make-string 78 ?-)) |
495 (princ "\n") | 495 (princ "\n") |
496 (show-stats "n-gc") | 496 (show-stats "n-gc") |
497 (show-stats "n-cycles") | 497 (show-stats "n-cycles") |
498 (show-stats "enqueued") | 498 (show-stats "enqueued") |