comparison lisp/auto-autoloads.el @ 377:d883f39b8495 r21-2b4

Import from CVS: tag r21-2b4
author cvs
date Mon, 13 Aug 2007 11:05:42 +0200
parents a300bb07d72d
children aabb7f5b1c81
comparison
equal deleted inserted replaced
376:e2295b4d9f2e 377:d883f39b8495
663 Otherwise the menu will be named `Customize'. 663 Otherwise the menu will be named `Customize'.
664 The format is suitable for use with `easy-menu-define'." nil nil) 664 The format is suitable for use with `easy-menu-define'." nil nil)
665 665
666 ;;;*** 666 ;;;***
667 667
668 ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" "lisp/cus-face.el") 668 ;;;### (autoloads (custom-set-faces custom-set-face-update-spec custom-declare-face) "cus-face" "lisp/cus-face.el")
669 669
670 (autoload 'custom-declare-face "cus-face" "\ 670 (autoload 'custom-declare-face "cus-face" "\
671 Like `defface', but FACE is evaluated as a normal argument." nil nil) 671 Like `defface', but FACE is evaluated as a normal argument." nil nil)
672
673 (autoload 'custom-set-face-update-spec "cus-face" "\
674 Customize the FACE for display types matching DISPLAY, merging
675 in the new items from PLIST" nil nil)
672 676
673 (autoload 'custom-set-faces "cus-face" "\ 677 (autoload 'custom-set-faces "cus-face" "\
674 Initialize faces according to user preferences. 678 Initialize faces according to user preferences.
675 The arguments should be a list where each entry has the form: 679 The arguments should be a list where each entry has the form:
676 680
1202 (autoload 'package-admin-add-binary-package "package-admin" "\ 1206 (autoload 'package-admin-add-binary-package "package-admin" "\
1203 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) 1207 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil)
1204 1208
1205 ;;;*** 1209 ;;;***
1206 1210
1207 ;;;### (autoloads (package-get-custom package-get-package-provider package-get package-get-dependencies package-get-all package-get-update-all package-get-delete-package package-get-update-base-from-buffer package-get-update-base package-get-update-base-entry package-get-require-base) "package-get" "lisp/package-get.el") 1211 ;;;### (autoloads (package-get-custom package-get-package-provider package-get package-get-dependencies package-get-all package-get-update-all package-get-delete-package package-get-save-base package-get-update-base-from-buffer package-get-update-base package-get-update-base-entry package-get-require-base package-get-download-menu) "package-get" "lisp/package-get.el")
1212
1213 (autoload 'package-get-download-menu "package-get" "\
1214 Build the `Add Download Site' menu." nil nil)
1208 1215
1209 (autoload 'package-get-require-base "package-get" "\ 1216 (autoload 'package-get-require-base "package-get" "\
1210 Require that a package-get database has been loaded." nil nil) 1217 Require that a package-get database has been loaded.
1218 If the optional FORCE-CURRENT argument or the value of
1219 `package-get-always-update' is Non-nil, try to update the database
1220 from a location in `package-get-remote'. Otherwise a local copy is used
1221 if available and remote access is never done.
1222
1223 Please use FORCE-CURRENT only when the user is explictly dealing with packages
1224 and remote access is likely in the near future." nil nil)
1211 1225
1212 (autoload 'package-get-update-base-entry "package-get" "\ 1226 (autoload 'package-get-update-base-entry "package-get" "\
1213 Update an entry in `package-get-base'." nil nil) 1227 Update an entry in `package-get-base'." nil nil)
1214 1228
1215 (autoload 'package-get-update-base "package-get" "\ 1229 (autoload 'package-get-update-base "package-get" "\
1216 Update the package-get database file with entries from DB-FILE." t nil) 1230 Update the package-get database file with entries from DB-FILE.
1231 Unless FORCE-CURRENT is non-nil never try to update the database." t nil)
1217 1232
1218 (autoload 'package-get-update-base-from-buffer "package-get" "\ 1233 (autoload 'package-get-update-base-from-buffer "package-get" "\
1219 Update the package-get database with entries from BUFFER. 1234 Update the package-get database with entries from BUFFER.
1220 BUFFER defaults to the current buffer. This command can be 1235 BUFFER defaults to the current buffer. This command can be
1221 used interactively, for example from a mail or news buffer." t nil) 1236 used interactively, for example from a mail or news buffer." t nil)
1237
1238 (autoload 'package-get-save-base "package-get" "\
1239 Write the package-get database to FILE.
1240
1241 Note: This database will be unsigned of course." t nil)
1222 1242
1223 (autoload 'package-get-delete-package "package-get" "\ 1243 (autoload 'package-get-delete-package "package-get" "\
1224 Delete an installation of PACKAGE below directory PKG-TOPDIR. 1244 Delete an installation of PACKAGE below directory PKG-TOPDIR.
1225 PACKAGE is a symbol, not a string. 1245 PACKAGE is a symbol, not a string.
1226 This is just an interactive wrapper for `package-admin-delete-binary-package'." t nil) 1246 This is just an interactive wrapper for `package-admin-delete-binary-package'." t nil)
1270 1290
1271 (autoload 'package-get-package-provider "package-get" "\ 1291 (autoload 'package-get-package-provider "package-get" "\
1272 Search for a package that provides SYM and return the name and 1292 Search for a package that provides SYM and return the name and
1273 version. Searches in `package-get-base' for SYM. If SYM is a 1293 version. Searches in `package-get-base' for SYM. If SYM is a
1274 consp, then it must match a corresponding (provide (SYM VERSION)) from 1294 consp, then it must match a corresponding (provide (SYM VERSION)) from
1275 the package." t nil) 1295 the package.
1296
1297 If FORCE-CURRENT is non-nil make sure the database is up to date. This might
1298 lead to Emacs accessing remote sites." t nil)
1276 1299
1277 (autoload 'package-get-custom "package-get" "\ 1300 (autoload 'package-get-custom "package-get" "\
1278 Fetch and install the latest versions of all customized packages." t nil) 1301 Fetch and install the latest versions of all customized packages." t nil)
1279 1302
1280 ;;;*** 1303 ;;;***