diff options
| -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 f9e21bcd05d..af6aaf03955 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -670,7 +670,7 @@ and sometimes other things." | |||
| 670 | (interactive | 670 | (interactive |
| 671 | (list (read-language-name | 671 | (list (read-language-name |
| 672 | 'documentation | 672 | 'documentation |
| 673 | "Describe language environment (default, current choise): "))) | 673 | "Describe language environment (default, current choice): "))) |
| 674 | (if (null language-name) | 674 | (if (null language-name) |
| 675 | (setq language-name current-language-environment)) | 675 | (setq language-name current-language-environment)) |
| 676 | (if (or (null language-name) | 676 | (if (or (null language-name) |