(coding-system-change-eol-conversion): Fix DOC-string too.
authortomo <tomo>
Tue, 6 Jul 1999 05:48:58 +0000 (05:48 +0000)
committertomo <tomo>
Tue, 6 Jul 1999 05:48:58 +0000 (05:48 +0000)
lisp/mule/mule-cmds.el

index 9d3102f..b4512be 100644 (file)
@@ -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)