From: Dave Love Date: Thu, 11 Jul 2002 23:08:18 +0000 (+0000) Subject: (set-coding-priority): Fix obsolete spec. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f32125f949ab0b923a0d97760b0fd2880e43c13;p=emacs.git (set-coding-priority): Fix obsolete spec. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 2150870aa39..70c81d76632 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -82,7 +82,7 @@ charset. If omitted, it is calculated from `:code-space'. VALUE may be a cons (HIGH . LOW), where HIGH is the most significant 16 bits of the code point and LOW is the least significant 16 bits. -`max-code' +`:max-code' VALUE must be an integer specifying the maxinum code point of the charset. If omitted, it is calculated from `:code-space'. VALUE may @@ -306,7 +306,7 @@ This is the last value stored with (plist-get (charset-plist charset) propname)) (defun put-charset-property (charset propname value) - "Store CHARSETS's PROPNAME property with value VALUE. + "Set CHARSETS's PROPNAME property to value VALUE. It can be retrieved with `(get-charset-property CHARSET PROPNAME)'." (set-charset-plist charset (plist-put (charset-plist charset) propname value))) @@ -1107,7 +1107,7 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place." ;; Must return nil, as build_annotations_2 expects that. nil) -(make-obsolete 'set-coding-priority 'set-coding-system-priority "22.0") +(make-obsolete 'set-coding-priority 'set-coding-system-priority "22.1") ;;; FILE I/O