]> git.eshelyaron.com Git - emacs.git/commitdiff
(prefer-coding-system, set-default-coding-systems): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Jan 2009 15:55:55 +0000 (15:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Jan 2009 15:55:55 +0000 (15:55 +0000)
lisp/ChangeLog
lisp/international/mule-cmds.el

index 27ec14a138bccb13b3f92227122eb4d8c79cd8be..d397d380ab146b235611d0a18e1452cccf6c2b00 100644 (file)
@@ -3,6 +3,7 @@
        * international/mule-cmds.el (set-language-environment-coding-systems): If
        default-buffer-file-coding-system is nil, set up to have EOLs that
        are native for the underlying system-type.
+       (prefer-coding-system, set-default-coding-systems): Doc fix.
 
 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
 
index 4ec283386a98f0e77d8c9370f854dd34bcb6b830..a354a10850e642404022e4d316e8c3a0e21e3cfc 100644 (file)
@@ -330,7 +330,7 @@ This sets the following coding systems:
 This also sets the following values:
   o default value used as `file-name-coding-system' for converting file names
       if CODING-SYSTEM is ASCII-compatible
-  o default value for the command `set-terminal-coding-system' (not on MS-DOS)
+  o default value for the command `set-terminal-coding-system'
   o default value for the command `set-keyboard-coding-system'
       if CODING-SYSTEM is ASCII-compatible"
   (check-coding-system coding-system)
@@ -370,17 +370,12 @@ This also sets the following coding systems:
   o default coding system for subprocess I/O
 This also sets the following values:
   o default value used as `file-name-coding-system' for converting file names
-  o default value for the command `set-terminal-coding-system' (not on MS-DOS)
+  o default value for the command `set-terminal-coding-system'
   o default value for the command `set-keyboard-coding-system'
 
 If CODING-SYSTEM specifies a certain type of EOL conversion, the coding
 systems set by this function will use that type of EOL conversion.
 
-This command does not change the default value of terminal coding system
-for MS-DOS terminal, because DOS terminals only support a single coding
-system, and Emacs automatically sets the default to that coding system at
-startup.
-
 A coding system that requires automatic detection of text+encoding
 \(e.g. undecided, unix) can't be preferred."
   (interactive "zPrefer coding system: ")