Mercurial > emacs
changeset 32495:b5e119e4bfcb
Fix typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 15 Oct 2000 05:52:05 +0000 |
parents | 9306b911c6bd |
children | bcdb8c8a0fb2 |
files | lisp/man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Sun Oct 15 05:51:16 2000 +0000 +++ b/lisp/man.el Sun Oct 15 05:52:05 2000 +0000 @@ -592,7 +592,7 @@ ;; But don't prevent decoding of the outside. (coding-system-for-write 'raw-text-unix) ;; We must decode the output by a coding system that the - ;; systen locale suggests in multibyte mode. + ;; system's locale suggests in multibyte mode. (coding-system-for-read (if default-enable-multibyte-characters locale-coding-system 'raw-text-unix))