From 9be031e447f42a977499a3e3abedb0dcf8749268 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 15 Oct 2000 05:52:05 +0000 Subject: [PATCH] Fix typo in a comment. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2