aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-15 05:52:05 +0000
committerEli Zaretskii2000-10-15 05:52:05 +0000
commit9be031e447f42a977499a3e3abedb0dcf8749268 (patch)
tree5eb69675330475c5d304906a885745ffdc9b56be
parent1ef49fc60c841c70ac64e41749556c7ce48cd3ff (diff)
downloademacs-9be031e447f42a977499a3e3abedb0dcf8749268.tar.gz
emacs-9be031e447f42a977499a3e3abedb0dcf8749268.zip
Fix typo in a comment.
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
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."
592 ;; But don't prevent decoding of the outside. 592 ;; But don't prevent decoding of the outside.
593 (coding-system-for-write 'raw-text-unix) 593 (coding-system-for-write 'raw-text-unix)
594 ;; We must decode the output by a coding system that the 594 ;; We must decode the output by a coding system that the
595 ;; systen locale suggests in multibyte mode. 595 ;; system's locale suggests in multibyte mode.
596 (coding-system-for-read 596 (coding-system-for-read
597 (if default-enable-multibyte-characters 597 (if default-enable-multibyte-characters
598 locale-coding-system 'raw-text-unix)) 598 locale-coding-system 'raw-text-unix))