From 1f32125f949ab0b923a0d97760b0fd2880e43c13 Mon Sep 17 00:00:00 2001 From: Dave Love <fx@gnu.org> Date: Thu, 11 Jul 2002 23:08:18 +0000 Subject: [PATCH] (set-coding-priority): Fix obsolete spec. --- lisp/international/mule.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5