1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Fix typo in a comment.

This commit is contained in:
Eli Zaretskii 2000-10-15 05:52:05 +00:00
parent 1ef49fc60c
commit 9be031e447

View 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))