*** empty log message ***
[bpt/emacs.git] / lisp / composite.el
index c1174d3..abbcd39 100644 (file)
@@ -369,7 +369,6 @@ after a sequence character events."
 ;;;###autoload
 (defun decompose-composite-char (char &optional type with-composition-rule)
   "Convert CHAR to string.
-This is only for backward compatibility with Emacs 20.4 and earlier.
 
 If optional 2nd arg TYPE is non-nil, it is `string', `list', or
 `vector'.  In this case, CHAR is converted string, list of CHAR, or
@@ -378,6 +377,7 @@ vector of CHAR respectively."
        ((eq type 'list) (list char))
        (t (vector char))))
 
+;;;###autoload
 (make-obsolete 'decompose-composite-char 'char-to-string "21.1")
 
 \f