diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30b8c48054d..159b74e4707 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change) | ||
| 2 | |||
| 3 | * international/mule-cmds.el (view-hello-file): Doc fix. | ||
| 4 | |||
| 1 | 2008-06-28 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-06-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * faces.el (inhibit-face-set-after-frame-default): Var deleted. | 7 | * faces.el (inhibit-face-set-after-frame-default): Var deleted. |
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 98e6577aa76..63aa2c448a1 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -264,7 +264,7 @@ wrong, use this command again to toggle back to the right mode." | |||
| 264 | (force-mode-line-update)) | 264 | (force-mode-line-update)) |
| 265 | 265 | ||
| 266 | (defun view-hello-file () | 266 | (defun view-hello-file () |
| 267 | "Display the HELLO file which list up many languages and characters." | 267 | "Display the HELLO file, which lists many languages and characters." |
| 268 | (interactive) | 268 | (interactive) |
| 269 | ;; We have to decode the file in any environment. | 269 | ;; We have to decode the file in any environment. |
| 270 | (let ((default-enable-multibyte-characters t) | 270 | (let ((default-enable-multibyte-characters t) |