aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1998-09-02 04:51:42 +0000
committerKenichi Handa1998-09-02 04:51:42 +0000
commit205814eee42d1893d48ccf05258493ed853f0949 (patch)
tree9fbc33ebcee577201bd631f8430fd4dd0badc998
parentbe415ea70e7653e4ce342016c6596499006120fb (diff)
downloademacs-205814eee42d1893d48ccf05258493ed853f0949.tar.gz
emacs-205814eee42d1893d48ccf05258493ed853f0949.zip
(register-input-method): Doc-string modified.
-rw-r--r--lisp/international/mule-cmds.el15
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 82f0ed15c34..22d52eb7502 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -773,7 +773,20 @@ ACTIVATE-FUNC is a function to call to activate this method.
773TITLE is a string to show in the mode line when this method is active. 773TITLE is a string to show in the mode line when this method is active.
774DESCRIPTION is a string describing this method and what it is good for. 774DESCRIPTION is a string describing this method and what it is good for.
775The ARGS, if any, are passed as arguments to ACTIVATE-FUNC. 775The ARGS, if any, are passed as arguments to ACTIVATE-FUNC.
776All told, the arguments to ACTIVATE-FUNC are INPUT-METHOD and the ARGS." 776All told, the arguments to ACTIVATE-FUNC are INPUT-METHOD and the ARGS.
777
778This function is mainly used in the file \"leim-list.el\" which is
779created at building time of emacs, registering all quail input methods
780contained in the emacs distribution.
781
782In case you want to register a new quail input method by yourself, be
783careful to use the same input method title as given in the third
784parameter of `quail-define-package' (if the values are different, the
785string specified in this function takes precedence).
786
787The commands `describe-input-method' and `list-input-methods' need
788this duplicated values to show some information about input methods
789without loading the affected quail packages."
777 (if (symbolp lang-env) 790 (if (symbolp lang-env)
778 (setq lang-env (symbol-name lang-env))) 791 (setq lang-env (symbol-name lang-env)))
779 (if (symbolp input-method) 792 (if (symbolp input-method)