comparison lisp/man.el @ 32495:b5e119e4bfcb

Fix typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 15 Oct 2000 05:52:05 +0000
parents b68d86c19284
children 8f8be2a8aed8
comparison
equal deleted inserted replaced
32494:9306b911c6bd 32495:b5e119e4bfcb
590 (let ((process-environment (copy-sequence process-environment)) 590 (let ((process-environment (copy-sequence process-environment))
591 ;; The following is so Awk script gets \n intact 591 ;; The following is so Awk script gets \n intact
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))
599 ;; Avoid possible error by using a directory that always exists. 599 ;; Avoid possible error by using a directory that always exists.
600 (default-directory "/")) 600 (default-directory "/"))