diff lisp/mule/mule-coding.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents cca96a509cfe
children 3d6bfa290dbd
line wrap: on
line diff
--- a/lisp/mule/mule-coding.el	Mon Aug 13 09:43:39 2007 +0200
+++ b/lisp/mule/mule-coding.el	Mon Aug 13 09:44:42 2007 +0200
@@ -73,6 +73,8 @@
   "Return the 'mnemonic property of CODING-SYSTEM."
   (coding-system-property coding-system 'mnemonic))
 
+(defalias 'coding-system-docstring 'coding-system-doc-string)
+
 (defun coding-system-eol-type (coding-system)
   "Return the 'eol-type property of CODING-SYSTEM."
   (coding-system-property coding-system 'eol-type))