From: Eli Zaretskii Date: Sun, 15 Oct 2000 05:52:05 +0000 (+0000) Subject: Fix typo in a comment. X-Git-Tag: emacs-pretest-21.0.90~875 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9be031e447f42a977499a3e3abedb0dcf8749268;p=emacs.git Fix typo in a comment. --- diff --git a/lisp/man.el b/lisp/man.el index 2c92fba1822..eef8d740a99 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -592,7 +592,7 @@ SECTION SUBJECT when prompted for a manual entry." ;; 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))