Mercurial > hg > xemacs-beta
diff lisp/mule/auto-autoloads.el @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | e121b013d1f0 |
children | acd284d43ca1 |
line wrap: on
line diff
--- a/lisp/mule/auto-autoloads.el Mon Aug 13 09:56:30 2007 +0200 +++ b/lisp/mule/auto-autoloads.el Mon Aug 13 09:57:07 2007 +0200 @@ -95,30 +95,7 @@ ;;;*** -;;;### (autoloads (decompose-composite-char compose-chars decompose-region compose-region set-coding-system-alist lookup-nested-alist set-nested-alist nested-alist-p truncate-string-to-width store-substring string-to-vector string-to-list string-to-sequence) "mule-util" "mule/mule-util.el") - -(autoload 'string-to-sequence "mule-util" "\ -Convert STRING to a sequence of TYPE which contains characters in STRING. -TYPE should be `list' or `vector'. -Multibyte characters are concerned." nil nil) - -(autoload 'string-to-list "mule-util" "\ -Return a list of characters in STRING." nil nil) - -(autoload 'string-to-vector "mule-util" "\ -Return a vector of characters in STRING." nil nil) - -(autoload 'store-substring "mule-util" "\ -Embed OBJ (string or character) at index IDX of STRING." nil nil) - -(autoload 'truncate-string-to-width "mule-util" "\ -Truncate string STR to fit in WIDTH columns. -Optional 1st arg START-COLUMN if non-nil specifies the starting column. -Optional 2nd arg PADDING if non-nil is a padding character to be padded at -the head and tail of the resulting string to fit in WIDTH if necessary. -If PADDING is nil, the resulting string may be narrower than WIDTH." nil nil) - -(defalias 'truncate-string 'truncate-string-to-width) +;;;### (autoloads (decompose-composite-char compose-chars decompose-region compose-region set-coding-system-alist lookup-nested-alist set-nested-alist nested-alist-p) "mule-util" "mule/mule-util.el") (autoload 'nested-alist-p "mule-util" "\ Return t if OBJ is a nesetd alist.