Mercurial > hg > xemacs-beta
comparison lisp/auto-autoloads.el @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | 41f2f0e326e9 |
children | e70b3a057e12 |
comparison
equal
deleted
inserted
replaced
242:fc816b73a05f | 243:f220cc83d72e |
---|---|
1167 | 1167 |
1168 (autoload 'package-admin-add-single-file-package "package-admin" "\ | 1168 (autoload 'package-admin-add-single-file-package "package-admin" "\ |
1169 Install a single file Lisp package into XEmacs package hierarchy. | 1169 Install a single file Lisp package into XEmacs package hierarchy. |
1170 `file' should be the full path to the lisp file to install. | 1170 `file' should be the full path to the lisp file to install. |
1171 `destdir' should be a simple directory name. | 1171 `destdir' should be a simple directory name. |
1172 The optional `pkg-dir' can be used to override the default package hiearchy | 1172 The optional `pkg-dir' can be used to override the default package hierarchy |
1173 \(last package-path)." t nil) | 1173 \(last package-path)." t nil) |
1174 | 1174 |
1175 (autoload 'package-admin-add-binary-package "package-admin" "\ | 1175 (autoload 'package-admin-add-binary-package "package-admin" "\ |
1176 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) | 1176 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) |
1177 | 1177 |