comparison lisp/international/mule-cmds.el @ 18969:c33e6f7947ed

Typo in comment fixed.
author Kenichi Handa <handa@m17n.org>
date Fri, 25 Jul 1997 07:43:56 +0000
parents 817d02b8b126
children 0f01c27a9756
comparison
equal deleted inserted replaced
18968:018292ee6a53 18969:c33e6f7947ed
298 ;; 298 ;;
299 ;; This file contains a list of LEIM (Library of Emacs Input Method) 299 ;; This file contains a list of LEIM (Library of Emacs Input Method)
300 ;; in the same directory as this file. Loading this file registeres 300 ;; in the same directory as this file. Loading this file registeres
301 ;; the whole input methods in Emacs. 301 ;; the whole input methods in Emacs.
302 ;; 302 ;;
303 ;; Each entry is has the form: 303 ;; Each entry has the form:
304 ;; (register-input-method 304 ;; (register-input-method
305 ;; INPUT-METHOD LANGUAGE-NAME ACTIVATE-FUNC 305 ;; INPUT-METHOD LANGUAGE-NAME ACTIVATE-FUNC
306 ;; TITLE DESCRIPTION 306 ;; TITLE DESCRIPTION
307 ;; ARG ...) 307 ;; ARG ...)
308 ;; See the function `register-input-method' for the meanings of arguments. 308 ;; See the function `register-input-method' for the meanings of arguments.