comparison lisp/international/mule.el @ 84836:32df74475189

doc string grammar
author Karl Berry <karl@gnu.org>
date Mon, 24 Sep 2007 13:54:18 +0000
parents ebe83e1f1ea6
children 107ccd98fa12 bdb3fe0ba9fa
comparison
equal deleted inserted replaced
84835:96f382c71120 84836:32df74475189
503 (coding-system-get coding-system 'coding-category)) 503 (coding-system-get coding-system 'coding-category))
504 504
505 (defun coding-system-base (coding-system) 505 (defun coding-system-base (coding-system)
506 "Return the base coding system of CODING-SYSTEM. 506 "Return the base coding system of CODING-SYSTEM.
507 A base coding system is what made by `make-coding-system'. 507 A base coding system is what made by `make-coding-system'.
508 Any alias nor subsidiary coding systems are not base coding system." 508 Neither aliases nor subsidiary coding systems are base coding systems."
509 (car (coding-system-get coding-system 'alias-coding-systems))) 509 (car (coding-system-get coding-system 'alias-coding-systems)))
510 510
511 ;; Coding system also has a property `eol-type'. 511 ;; Coding system also has a property `eol-type'.
512 ;; 512 ;;
513 ;; This property indicates how the coding system handles end-of-line 513 ;; This property indicates how the coding system handles end-of-line