]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Oct 2000 05:52:05 +0000 (05:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Oct 2000 05:52:05 +0000 (05:52 +0000)
lisp/man.el

index 2c92fba18227c991d148c9d11b217c71fa29ef62..eef8d740a992cc10d25f62e34eeff061a7e005fa 100644 (file)
@@ -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))