From 2791c30ad4e57dfd3afe9b5455778f58b8946c5b Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 6 Jul 1999 05:43:41 +0000 Subject: [PATCH] (mule-keymap): Change keymap name from MULE to Mule. (coding-system-change-eol-conversion): Fix DOC-string. --- lisp/mule/mule-cmds.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/mule/mule-cmds.el b/lisp/mule/mule-cmds.el index 61217f8..9d3102f 100644 --- a/lisp/mule/mule-cmds.el +++ b/lisp/mule/mule-cmds.el @@ -27,7 +27,7 @@ ;;; MULE related key bindings and menus. -(defvar mule-keymap (make-sparse-keymap "MULE") +(defvar mule-keymap (make-sparse-keymap "Mule") "Keymap for Mule (Multilingual environment) specific commands.") ;; Keep "C-x C-m ..." for mule specific commands. @@ -74,12 +74,12 @@ "Return a coding system which differs from CODING-SYSTEM in eol conversion. The returned coding system converts end-of-line by EOL-TYPE but text as the same way as CODING-SYSTEM. -EOL-TYPE should be `unix', `lf', `dos', `crlf', `mac', `cr' or nil. +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 0, 1, or 2. -They means `unix', `dos', and `mac' respectively." +EOL-TYPE can be specified by an integer `unix', `dos' or `mac'. +They means `lf', `crlf', and `cr' respectively." (if (symbolp eol-type) (setq eol-type (cond ((or (eq eol-type 'unix) (eq eol-type 'lf)) -- 1.7.10.4