changeset 95201:802ca11b791e

(font-show-log): Limit each listing to 20 items.
author Kenichi Handa <handa@m17n.org>
date Thu, 22 May 2008 12:50:48 +0000
parents fd38f2fd3d08
children 55ae253968bc
files lisp/international/mule-diag.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-diag.el	Thu May 22 12:49:36 2008 +0000
+++ b/lisp/international/mule-diag.el	Thu May 22 12:50:48 2008 +0000
@@ -1295,6 +1295,7 @@
 
 ;;;###autoload
 (defun font-show-log ()
+  "Show log of font listing and opening."
   (interactive)
   (if (eq font-log t)
       (message "Font logging is currently suppressed")