comparison lisp/auto-autoloads.el @ 327:03446687b7cc r21-0-61

Import from CVS: tag r21-0-61
author cvs
date Mon, 13 Aug 2007 10:48:16 +0200
parents 19dcec799385
children 4f79e16b1112
comparison
equal deleted inserted replaced
326:e2671bc7f66a 327:03446687b7cc
1060 1060
1061 (defcustom three-step-help t "*Non-nil means give more info about Help command in three steps.\nThe three steps are simple prompt, prompt with all options,\nand window listing and describing the options.\nA value of nil means skip the middle step, so that\n\\[help-command] \\[help-command] gives the window that lists the options." :type 'boolean :group 'help-appearance) 1061 (defcustom three-step-help t "*Non-nil means give more info about Help command in three steps.\nThe three steps are simple prompt, prompt with all options,\nand window listing and describing the options.\nA value of nil means skip the middle step, so that\n\\[help-command] \\[help-command] gives the window that lists the options." :type 'boolean :group 'help-appearance)
1062 1062
1063 ;;;*** 1063 ;;;***
1064 1064
1065 ;;;### (autoloads (hyper-apropos-popup-menu hyper-apropos-set-variable hyper-set-variable hyper-apropos-read-variable-symbol hyper-describe-function hyper-describe-variable hyper-describe-face hyper-describe-key-briefly hyper-describe-key hyper-apropos) "hyper-apropos" "lisp/hyper-apropos.el") 1065 ;;;### (autoloads (hyper-apropos-popup-menu hyper-apropos-set-variable hyper-set-variable hyper-apropos-read-variable-symbol hyper-describe-function hyper-where-is hyper-describe-variable hyper-describe-face hyper-describe-key-briefly hyper-describe-key hyper-apropos) "hyper-apropos" "lisp/hyper-apropos.el")
1066 1066
1067 (autoload 'hyper-apropos "hyper-apropos" "\ 1067 (autoload 'hyper-apropos "hyper-apropos" "\
1068 Display lists of functions and variables matching REGEXP 1068 Display lists of functions and variables matching REGEXP
1069 in buffer \"*Hyper Apropos*\". If optional prefix arg is given, then the 1069 in buffer \"*Hyper Apropos*\". If optional prefix arg is given, then the
1070 value of `hyper-apropos-programming-apropos' is toggled for this search. 1070 value of `hyper-apropos-programming-apropos' is toggled for this search.
1079 See also `hyper-apropos' and `hyper-describe-function'." t nil) 1079 See also `hyper-apropos' and `hyper-describe-function'." t nil)
1080 1080
1081 (autoload 'hyper-describe-variable "hyper-apropos" "\ 1081 (autoload 'hyper-describe-variable "hyper-apropos" "\
1082 Hypertext drop-in replacement for `describe-variable'. 1082 Hypertext drop-in replacement for `describe-variable'.
1083 See also `hyper-apropos' and `hyper-describe-function'." t nil) 1083 See also `hyper-apropos' and `hyper-describe-function'." t nil)
1084
1085 (autoload 'hyper-where-is "hyper-apropos" "\
1086 Print message listing key sequences that invoke specified command." t nil)
1084 1087
1085 (autoload 'hyper-describe-function "hyper-apropos" "\ 1088 (autoload 'hyper-describe-function "hyper-apropos" "\
1086 Hypertext replacement for `describe-function'. Unlike `describe-function' 1089 Hypertext replacement for `describe-function'. Unlike `describe-function'
1087 in that the symbol under the cursor is the default if it is a function. 1090 in that the symbol under the cursor is the default if it is a function.
1088 See also `hyper-apropos' and `hyper-describe-variable'." t nil) 1091 See also `hyper-apropos' and `hyper-describe-variable'." t nil)
1300 (autoload 'package-get-custom "package-get" "\ 1303 (autoload 'package-get-custom "package-get" "\
1301 Fetch and install the latest versions of all customized packages." t nil) 1304 Fetch and install the latest versions of all customized packages." t nil)
1302 1305
1303 ;;;*** 1306 ;;;***
1304 1307
1305 ;;;### (autoloads (pui-list-packages pui-add-install-directory) "package-ui" "lisp/package-ui.el") 1308 ;;;### (autoloads (pui-list-packages pui-add-install-directory package-ui-add-site) "package-ui" "lisp/package-ui.el")
1309
1310 (autoload 'package-ui-add-site "package-ui" "\
1311 Add site to package-get-remote and possibly offer to update package list." nil nil)
1306 1312
1307 (autoload 'pui-add-install-directory "package-ui" "\ 1313 (autoload 'pui-add-install-directory "package-ui" "\
1308 Add a new package binary directory to the head of `package-get-remote'. 1314 Add a new package binary directory to the head of `package-get-remote'.
1309 Note that no provision is made for saving any changes made by this function. 1315 Note that no provision is made for saving any changes made by this function.
1310 It exists mainly as a convenience for one-time package installations from 1316 It exists mainly as a convenience for one-time package installations from
1314 List all packages and package information. 1320 List all packages and package information.
1315 The package name, version, and description are displayed. From the displayed 1321 The package name, version, and description are displayed. From the displayed
1316 buffer, the user can see which packages are installed, which are not, and 1322 buffer, the user can see which packages are installed, which are not, and
1317 which are out-of-date (a newer version is available). The user can then 1323 which are out-of-date (a newer version is available). The user can then
1318 select packages for installation via the keyboard or mouse." t nil) 1324 select packages for installation via the keyboard or mouse." t nil)
1325
1326 (defalias 'list-packages 'pui-list-packages)
1319 1327
1320 ;;;*** 1328 ;;;***
1321 1329
1322 ;;;### (autoloads (picture-mode) "picture" "lisp/picture.el") 1330 ;;;### (autoloads (picture-mode) "picture" "lisp/picture.el")
1323 1331