Mercurial > emacs
changeset 19784:da913efb39cf
(read-language-name): Doc fix.
(set-language-environment): Improve prompt.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Sep 1997 03:39:44 +0000 |
parents | c833b837a3fd |
children | e5c1c49b6be5 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Sun Sep 07 01:29:14 1997 +0000 +++ b/lisp/international/mule-cmds.el Sun Sep 07 03:39:44 1997 +0000 @@ -316,7 +316,7 @@ (defun read-language-name (key prompt &optional default) "Read language name which has information for KEY, prompting with PROMPT. DEFAULT is the default choice of language. -It returns a string as language name." +This returns a language name as a string." (let* ((completion-ignore-case t) (name (completing-read prompt language-info-alist @@ -631,7 +631,7 @@ This sets the coding system priority and the default input method and sometimes other things." (interactive (list (read-language-name 'setup-function - "Language (null for default): "))) + "Set language environment: "))) (if language-name (if (symbolp language-name) (setq language-name (symbol-name language-name)))