diff options
| author | Kenichi Handa | 1998-09-02 04:51:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-09-02 04:51:42 +0000 |
| commit | 205814eee42d1893d48ccf05258493ed853f0949 (patch) | |
| tree | 9fbc33ebcee577201bd631f8430fd4dd0badc998 | |
| parent | be415ea70e7653e4ce342016c6596499006120fb (diff) | |
| download | emacs-205814eee42d1893d48ccf05258493ed853f0949.tar.gz emacs-205814eee42d1893d48ccf05258493ed853f0949.zip | |
(register-input-method): Doc-string modified.
| -rw-r--r-- | lisp/international/mule-cmds.el | 15 |
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. | |||
| 773 | TITLE is a string to show in the mode line when this method is active. | 773 | TITLE is a string to show in the mode line when this method is active. |
| 774 | DESCRIPTION is a string describing this method and what it is good for. | 774 | DESCRIPTION is a string describing this method and what it is good for. |
| 775 | The ARGS, if any, are passed as arguments to ACTIVATE-FUNC. | 775 | The ARGS, if any, are passed as arguments to ACTIVATE-FUNC. |
| 776 | All told, the arguments to ACTIVATE-FUNC are INPUT-METHOD and the ARGS." | 776 | All told, the arguments to ACTIVATE-FUNC are INPUT-METHOD and the ARGS. |
| 777 | |||
| 778 | This function is mainly used in the file \"leim-list.el\" which is | ||
| 779 | created at building time of emacs, registering all quail input methods | ||
| 780 | contained in the emacs distribution. | ||
| 781 | |||
| 782 | In case you want to register a new quail input method by yourself, be | ||
| 783 | careful to use the same input method title as given in the third | ||
| 784 | parameter of `quail-define-package' (if the values are different, the | ||
| 785 | string specified in this function takes precedence). | ||
| 786 | |||
| 787 | The commands `describe-input-method' and `list-input-methods' need | ||
| 788 | this duplicated values to show some information about input methods | ||
| 789 | without 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) |