From: Glenn Morris Date: Wed, 13 Jun 2012 20:08:10 +0000 (-0400) Subject: Doc tweaks for mule-cmds .el X-Git-Tag: emacs-24.2~85 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c758578eef38675146044258e87a7605342d8cb;p=emacs.git Doc tweaks for mule-cmds .el * lisp/international/mule-cmds.el (mule-menu-keymap) (set-language-environment, set-locale-environment): Doc tweaks. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a6b29e2fe0..f3fd2fc6517 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-13 Glenn Morris + + * international/mule-cmds.el (mule-menu-keymap) + (set-language-environment, set-locale-environment): Doc tweaks. + 2012-06-01 Chong Yidong * Version 24.1 released. diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 0e1640ffef5..c9d381f9ff4 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -131,7 +131,7 @@ `(menu-item ,(purecopy "Set Coding Systems") ,set-coding-system-map :enable (default-value 'enable-multibyte-characters))) (define-key-after map [view-hello-file] - `(menu-item ,(purecopy "Show Multi-lingual Text") view-hello-file + `(menu-item ,(purecopy "Show Multilingual Text") view-hello-file :enable (file-readable-p (expand-file-name "HELLO" data-directory)) :help ,(purecopy "Display file which says HELLO in many languages"))) @@ -150,7 +150,7 @@ `(menu-item ,(purecopy "List Character Sets") list-character-sets :help ,(purecopy "Show table of available character sets"))) (define-key-after map [mule-diag] - `(menu-item ,(purecopy "Show All of Mule Status") mule-diag + `(menu-item ,(purecopy "Show All Multilingual Settings") mule-diag :help ,(purecopy "Display multilingual environment settings"))) map) "Keymap for Mule (Multilingual environment) menu specific commands.") @@ -1834,7 +1834,7 @@ The default status is as follows: (set-terminal-coding-system (or coding-system coding) display))) (defun set-language-environment (language-name) - "Set up multi-lingual environment for using LANGUAGE-NAME. + "Set up multilingual environment for using LANGUAGE-NAME. This sets the coding system priority and the default input method and sometimes other things. LANGUAGE-NAME should be a string which is the name of a language environment. For example, \"Latin-1\" @@ -2506,7 +2506,7 @@ For example, translate \"swedish\" into \"sv_SE.ISO8859-1\"." locale)) (defun set-locale-environment (&optional locale-name frame) - "Set up multi-lingual environment for using LOCALE-NAME. + "Set up multilingual environment for using LOCALE-NAME. This sets the language environment, the coding system priority, the default input method and sometimes other things.