Mercurial > hg > xemacs-beta
comparison lisp/auto-autoloads.el @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | 8efd647ea9ca |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
153 (autoload 'batch-byte-compile "bytecomp" "\ | 153 (autoload 'batch-byte-compile "bytecomp" "\ |
154 Run `byte-compile-file' on the files remaining on the command line. | 154 Run `byte-compile-file' on the files remaining on the command line. |
155 Use this from the command line, with `-batch'; | 155 Use this from the command line, with `-batch'; |
156 it won't work in an interactive Emacs. | 156 it won't work in an interactive Emacs. |
157 Each file is processed even if an error occurred previously. | 157 Each file is processed even if an error occurred previously. |
158 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil nil) | 158 For example, invoke \"xemacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil nil) |
159 | 159 |
160 (autoload 'batch-byte-recompile-directory-norecurse "bytecomp" "\ | 160 (autoload 'batch-byte-recompile-directory-norecurse "bytecomp" "\ |
161 Same as `batch-byte-recompile-directory' but without recursion." nil nil) | 161 Same as `batch-byte-recompile-directory' but without recursion." nil nil) |
162 | 162 |
163 (autoload 'batch-byte-recompile-directory "bytecomp" "\ | 163 (autoload 'batch-byte-recompile-directory "bytecomp" "\ |
501 ;;;*** | 501 ;;;*** |
502 | 502 |
503 ;;;### (autoloads (config-value config-value-hash-table) "config" "lisp/config.el") | 503 ;;;### (autoloads (config-value config-value-hash-table) "config" "lisp/config.el") |
504 | 504 |
505 (autoload 'config-value-hash-table "config" "\ | 505 (autoload 'config-value-hash-table "config" "\ |
506 Returns hashtable of configuration parameters and their values." nil nil) | 506 Return hashtable of configuration parameters and their values." nil nil) |
507 | 507 |
508 (autoload 'config-value "config" "\ | 508 (autoload 'config-value "config" "\ |
509 Return the value of the configuration parameter CONFIG_SYMBOL." nil nil) | 509 Return the value of the configuration parameter CONFIG_SYMBOL." nil nil) |
510 | 510 |
511 ;;;*** | 511 ;;;*** |
1036 Return non-nil if a gnuserv process is running from this XEmacs session." nil nil) | 1036 Return non-nil if a gnuserv process is running from this XEmacs session." nil nil) |
1037 | 1037 |
1038 (autoload 'gnuserv-start "gnuserv" "\ | 1038 (autoload 'gnuserv-start "gnuserv" "\ |
1039 Allow this Emacs process to be a server for client processes. | 1039 Allow this Emacs process to be a server for client processes. |
1040 This starts a gnuserv communications subprocess through which | 1040 This starts a gnuserv communications subprocess through which |
1041 client \"editors\" (gnuclient and gnudoit) can send editing commands to | 1041 client \"editors\" (gnuclient and gnudoit) can send editing commands to |
1042 this Emacs job. See the gnuserv(1) manual page for more details. | 1042 this Emacs job. See the gnuserv(1) manual page for more details. |
1043 | 1043 |
1044 Prefix arg means just kill any existing server communications subprocess." t nil) | 1044 Prefix arg means just kill any existing server communications subprocess." t nil) |
1045 | 1045 |
1046 ;;;*** | 1046 ;;;*** |
1096 (define-obsolete-function-alias 'hypropos-popup-menu 'hyper-apropos-popup-menu) | 1096 (define-obsolete-function-alias 'hypropos-popup-menu 'hyper-apropos-popup-menu) |
1097 | 1097 |
1098 ;;;*** | 1098 ;;;*** |
1099 | 1099 |
1100 ;;;### (autoloads (Info-elisp-ref Info-emacs-key Info-goto-emacs-key-command-node Info-goto-emacs-command-node Info-emacs-command Info-search Info-visit-file Info-goto-node Info-query info) "info" "lisp/info.el") | 1100 ;;;### (autoloads (Info-elisp-ref Info-emacs-key Info-goto-emacs-key-command-node Info-goto-emacs-command-node Info-emacs-command Info-search Info-visit-file Info-goto-node Info-query info) "info" "lisp/info.el") |
1101 | |
1102 (defvar Info-directory-list nil "\ | |
1103 List of directories to search for Info documentation files. | |
1104 | |
1105 The first directory in this list, the \"dir\" file there will become | |
1106 the (dir)Top node of the Info documentation tree. If you wish to | |
1107 modify the info search path, use `M-x customize-variable, | |
1108 Info-directory-list' to do so.") | |
1101 | 1109 |
1102 (autoload 'info "info" "\ | 1110 (autoload 'info "info" "\ |
1103 Enter Info, the documentation browser. | 1111 Enter Info, the documentation browser. |
1104 Optional argument FILE specifies the file to examine; | 1112 Optional argument FILE specifies the file to examine; |
1105 the default is the top-level directory of Info. | 1113 the default is the top-level directory of Info. |
1173 (autoload 'package-admin-add-single-file-package "package-admin" "\ | 1181 (autoload 'package-admin-add-single-file-package "package-admin" "\ |
1174 Install a single file Lisp package into XEmacs package hierarchy. | 1182 Install a single file Lisp package into XEmacs package hierarchy. |
1175 `file' should be the full path to the lisp file to install. | 1183 `file' should be the full path to the lisp file to install. |
1176 `destdir' should be a simple directory name. | 1184 `destdir' should be a simple directory name. |
1177 The optional `pkg-dir' can be used to override the default package hierarchy | 1185 The optional `pkg-dir' can be used to override the default package hierarchy |
1178 \(last package-path)." t nil) | 1186 \(car (last late-packages))." t nil) |
1179 | 1187 |
1180 (autoload 'package-admin-add-binary-package "package-admin" "\ | 1188 (autoload 'package-admin-add-binary-package "package-admin" "\ |
1181 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) | 1189 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) |
1182 | 1190 |
1183 ;;;*** | 1191 ;;;*** |