From: tomo Date: Tue, 6 Jul 1999 05:48:58 +0000 (+0000) Subject: (coding-system-change-eol-conversion): Fix DOC-string too. X-Git-Tag: r21-2-17-tomo-4~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a0bb338b8ebfff336265a88b1b3239a0ff4429;p=chise%2Fxemacs-chise.git- (coding-system-change-eol-conversion): Fix DOC-string too. --- diff --git a/lisp/mule/mule-cmds.el b/lisp/mule/mule-cmds.el index 9d3102f..b4512be 100644 --- a/lisp/mule/mule-cmds.el +++ b/lisp/mule/mule-cmds.el @@ -78,7 +78,7 @@ EOL-TYPE should be `lf', `crlf', `cr' or nil. If EOL-TYPE is nil, the returned coding system detects how end-of-line is formatted automatically while decoding. -EOL-TYPE can be specified by an integer `unix', `dos' or `mac'. +EOL-TYPE can be specified by an symbol `unix', `dos' or `mac'. They means `lf', `crlf', and `cr' respectively." (if (symbolp eol-type) (setq eol-type (cond ((or (eq eol-type 'unix)