diff options
| author | Glenn Morris | 2012-06-13 16:26:26 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-13 16:26:26 -0400 |
| commit | 05c44a7512ba0da34f7e6c3869c22f2f3517d255 (patch) | |
| tree | e9586b45344dcd2ce72621ad7b4f2b647bea902f | |
| parent | 9702b7a16e8a43718bd459b2c3f4e2c28941fd44 (diff) | |
| download | emacs-05c44a7512ba0da34f7e6c3869c22f2f3517d255.tar.gz emacs-05c44a7512ba0da34f7e6c3869c22f2f3517d255.zip | |
Further mule-menu-keymap doc tweak
| -rw-r--r-- | lisp/international/mule-cmds.el | 4 |
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 @@ | |||
| 131 | `(menu-item ,(purecopy "Set Coding Systems") ,set-coding-system-map | 131 | `(menu-item ,(purecopy "Set Coding Systems") ,set-coding-system-map |
| 132 | :enable (default-value 'enable-multibyte-characters))) | 132 | :enable (default-value 'enable-multibyte-characters))) |
| 133 | (define-key-after map [view-hello-file] | 133 | (define-key-after map [view-hello-file] |
| 134 | `(menu-item ,(purecopy "Show Multilingual Text") view-hello-file | 134 | `(menu-item ,(purecopy "Show Multilingual Sample Text") view-hello-file |
| 135 | :enable (file-readable-p | 135 | :enable (file-readable-p |
| 136 | (expand-file-name "HELLO" data-directory)) | 136 | (expand-file-name "HELLO" data-directory)) |
| 137 | :help ,(purecopy "Display file which says HELLO in many languages"))) | 137 | :help ,(purecopy "Demonstrate various character sets"))) |
| 138 | (define-key-after map [separator-coding-system] menu-bar-separator) | 138 | (define-key-after map [separator-coding-system] menu-bar-separator) |
| 139 | 139 | ||
| 140 | (define-key-after map [describe-language-environment] | 140 | (define-key-after map [describe-language-environment] |