comparison lisp/international/mule-cmds.el @ 35254:54d36c772e7b

(prefer-coding-system): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Fri, 12 Jan 2001 06:33:21 +0000
parents 058fe91d9676
children 9545aa93e735
comparison
equal deleted inserted replaced
35253:f91221a90a44 35254:54d36c772e7b
307 systems set by this function will use that type of EOL conversion. 307 systems set by this function will use that type of EOL conversion.
308 308
309 This command does not change the default value of terminal coding system 309 This command does not change the default value of terminal coding system
310 for MS-DOS terminal, because DOS terminals only support a single coding 310 for MS-DOS terminal, because DOS terminals only support a single coding
311 system, and Emacs automatically sets the default to that coding system at 311 system, and Emacs automatically sets the default to that coding system at
312 startup." 312 startup.
313
314 Such a coding system that requires automatic detection of text
315 encoding (e.g. undecided, unix) can't be preferred."
313 (interactive "zPrefer coding system: ") 316 (interactive "zPrefer coding system: ")
314 (if (not (and coding-system (coding-system-p coding-system))) 317 (if (not (and coding-system (coding-system-p coding-system)))
315 (error "Invalid coding system `%s'" coding-system)) 318 (error "Invalid coding system `%s'" coding-system))
316 (let ((coding-category (coding-system-category coding-system)) 319 (let ((coding-category (coding-system-category coding-system))
317 (base (coding-system-base coding-system)) 320 (base (coding-system-base coding-system))