diff options
| author | Kenichi Handa | 2000-06-21 07:35:25 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-21 07:35:25 +0000 |
| commit | 98c6d6edf3079412dd7649a0d9ea3074c40e162d (patch) | |
| tree | fa47610da74251c688822d3946a2ca41c084949d | |
| parent | eaecfc944f79a758db8ad0288a98a86c4b57bd4c (diff) | |
| download | emacs-98c6d6edf3079412dd7649a0d9ea3074c40e162d.tar.gz emacs-98c6d6edf3079412dd7649a0d9ea3074c40e162d.zip | |
(set-language-info-alist): Docstring fixed.
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 25a588ef2fb..4fc3a377efc 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -719,7 +719,7 @@ see `language-info-alist'." | |||
| 719 | (defun set-language-info-alist (lang-env alist &optional parents) | 719 | (defun set-language-info-alist (lang-env alist &optional parents) |
| 720 | "Store ALIST as the definition of language environment LANG-ENV. | 720 | "Store ALIST as the definition of language environment LANG-ENV. |
| 721 | ALIST is an alist of KEY and INFO values. See the documentation of | 721 | ALIST is an alist of KEY and INFO values. See the documentation of |
| 722 | `set-language-info' for the meanings of KEY and INFO. | 722 | `language-info-alist' for the meanings of KEY and INFO. |
| 723 | 723 | ||
| 724 | Optional arg PARENTS is a list of parent menu names; it specifies | 724 | Optional arg PARENTS is a list of parent menu names; it specifies |
| 725 | where to put this language environment in the | 725 | where to put this language environment in the |