comparison lisp/international/mule-diag.el @ 24724:df2a95fa1429

(mule-diag): Change MULE to Mule in docstring.
author Kenichi Handa <handa@m17n.org>
date Fri, 14 May 1999 00:33:07 +0000
parents 0f6ca131ad9c
children a4b8bb7bed21
comparison
equal deleted inserted replaced
24723:8576297b8add 24724:df2a95fa1429
1 ;;; mule-diag.el --- Show diagnosis of multilingual environment (MULE) 1 ;;; mule-diag.el --- Show diagnosis of multilingual environment (Mule)
2 2
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation. 4 ;; Licensed to the Free Software Foundation.
5 5
6 ;; Keywords: multilingual, charset, coding system, fontset, diagnosis 6 ;; Keywords: multilingual, charset, coding system, fontset, diagnosis
735 "# Section " (format "%d" section-number) ". " title "\n" 735 "# Section " (format "%d" section-number) ". " title "\n"
736 "########################################\n\n")) 736 "########################################\n\n"))
737 737
738 ;;;###autoload 738 ;;;###autoload
739 (defun mule-diag () 739 (defun mule-diag ()
740 "Display diagnosis of the multilingual environment (MULE). 740 "Display diagnosis of the multilingual environment (Mule).
741 741
742 This shows various information related to the current multilingual 742 This shows various information related to the current multilingual
743 environment, including lists of input methods, coding systems, 743 environment, including lists of input methods, coding systems,
744 character sets, and fontsets (if Emacs is running under a window 744 character sets, and fontsets (if Emacs is running under a window
745 system which uses fontsets)." 745 system which uses fontsets)."