summaryrefslogtreecommitdiff
path: root/lisp/international/mule-cmds.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-06-13 16:26:26 -0400
committerGlenn Morris <rgm@gnu.org>2012-06-13 16:26:26 -0400
commit05c44a7512ba0da34f7e6c3869c22f2f3517d255 (patch)
treee9586b45344dcd2ce72621ad7b4f2b647bea902f /lisp/international/mule-cmds.el
parent9702b7a16e8a43718bd459b2c3f4e2c28941fd44 (diff)
downloademacs-05c44a7512ba0da34f7e6c3869c22f2f3517d255.tar.gz
Further mule-menu-keymap doc tweak
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r--lisp/international/mule-cmds.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index c9d381f9ff4..f6a24a42dc8 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -131,10 +131,10 @@
`(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 Multilingual Text") view-hello-file
+ `(menu-item ,(purecopy "Show Multilingual Sample Text") view-hello-file
:enable (file-readable-p
(expand-file-name "HELLO" data-directory))
- :help ,(purecopy "Display file which says HELLO in many languages")))
+ :help ,(purecopy "Demonstrate various character sets")))
(define-key-after map [separator-coding-system] menu-bar-separator)
(define-key-after map [describe-language-environment]