emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108037: Doc tweaks for mule-cmds


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108037: Doc tweaks for mule-cmds .el
Date: Wed, 13 Jun 2012 16:08:10 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108037
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-06-13 16:08:10 -0400
message:
  Doc tweaks for mule-cmds .el
  
  * lisp/international/mule-cmds.el (mule-menu-keymap)
  (set-language-environment, set-locale-environment): Doc tweaks.
modified:
  lisp/ChangeLog
  lisp/international/mule-cmds.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-10 04:37:41 +0000
+++ b/lisp/ChangeLog    2012-06-13 20:08:10 +0000
@@ -1,3 +1,8 @@
+2012-06-13  Glenn Morris  <address@hidden>
+
+       * international/mule-cmds.el (mule-menu-keymap)
+       (set-language-environment, set-locale-environment): Doc tweaks.
+
 2012-06-01  Chong Yidong  <address@hidden>
 
        * Version 24.1 released.

=== modified file 'lisp/international/mule-cmds.el'
--- a/lisp/international/mule-cmds.el   2012-04-14 18:14:01 +0000
+++ b/lisp/international/mule-cmds.el   2012-06-13 20:08:10 +0000
@@ -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 @@
     (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 @@
     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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]