From 17a0bb338b8ebfff336265a88b1b3239a0ff4429 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 6 Jul 1999 05:48:58 +0000 Subject: [PATCH] (coding-system-change-eol-conversion): Fix DOC-string too. --- lisp/mule/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4