Mercurial > hg > xemacs-beta
comparison lisp/utils/auto-autoloads.el @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | f53b5ca2e663 |
children | acd284d43ca1 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
148 are used." t nil) | 148 are used." t nil) |
149 | 149 |
150 (autoload 'update-file-autoloads "autoload" "\ | 150 (autoload 'update-file-autoloads "autoload" "\ |
151 Update the autoloads for FILE in `generated-autoload-file' | 151 Update the autoloads for FILE in `generated-autoload-file' |
152 \(which FILE might bind in its local variables). | 152 \(which FILE might bind in its local variables). |
153 This functions refuses to update autolaods files and custom loads." t nil) | 153 This functions refuses to update autoloads files." t nil) |
154 | 154 |
155 (autoload 'update-autoloads-here "autoload" "\ | 155 (autoload 'update-autoloads-here "autoload" "\ |
156 Update sections of the current buffer generated by `update-file-autoloads'." t nil) | 156 Update sections of the current buffer generated by `update-file-autoloads'." t nil) |
157 | 157 |
158 (autoload 'update-autoloads-from-directory "autoload" "\ | 158 (autoload 'update-autoloads-from-directory "autoload" "\ |
164 Update the autoloads for the files or directories on the command line. | 164 Update the autoloads for the files or directories on the command line. |
165 Runs `update-file-autoloads' on files and `update-directory-autoloads' | 165 Runs `update-file-autoloads' on files and `update-directory-autoloads' |
166 on directories. Must be used only with -batch, and kills Emacs on completion. | 166 on directories. Must be used only with -batch, and kills Emacs on completion. |
167 Each file will be processed even if an error occurred previously. | 167 Each file will be processed even if an error occurred previously. |
168 For example, invoke `xemacs -batch -f batch-update-autoloads *.el'. | 168 For example, invoke `xemacs -batch -f batch-update-autoloads *.el'. |
169 The directory to which the auto-autoloads.el and custom-load.el files must | 169 The directory to which the auto-autoloads.el file must be the first parameter |
170 be the first parameter on the command line." nil nil) | 170 on the command line." nil nil) |
171 | 171 |
172 (autoload 'batch-update-directory "autoload" "\ | 172 (autoload 'batch-update-directory "autoload" "\ |
173 Update the autoloads for the directory on the command line. | 173 Update the autoloads for the directory on the command line. |
174 Runs `update-file-autoloads' on each file in the given directory, and must | 174 Runs `update-file-autoloads' on each file in the given directory, must |
175 be used only with -batch, and kills XEmacs on completion." nil nil) | 175 be used only with -batch and kills XEmacs on completion." nil nil) |
176 | 176 |
177 ;;;*** | 177 ;;;*** |
178 | 178 |
179 ;;;### (autoloads (browse-url-lynx-emacs browse-url-lynx-xterm browse-url-w3 browse-url-iximosaic browse-url-grail browse-url-mosaic browse-url-netscape) "browse-url" "utils/browse-url.el") | 179 ;;;### (autoloads (browse-url-lynx-emacs browse-url-lynx-xterm browse-url-w3 browse-url-iximosaic browse-url-grail browse-url-mosaic browse-url-netscape) "browse-url" "utils/browse-url.el") |
180 | 180 |
596 Make it use the expansion functions in TRY-LIST. An optional second | 596 Make it use the expansion functions in TRY-LIST. An optional second |
597 argument VERBOSE non-nil makes the function verbose." nil 'macro) | 597 argument VERBOSE non-nil makes the function verbose." nil 'macro) |
598 | 598 |
599 ;;;*** | 599 ;;;*** |
600 | 600 |
601 ;;;### (autoloads (id-select-double-click-hook id-select-and-kill-thing id-select-and-copy-thing id-select-goto-matching-tag id-select-thing-with-mouse id-select-thing) "id-select" "utils/id-select.el") | 601 ;;;### (autoloads (id-select-double-click-hook id-select-and-kill-thing id-select-and-copy-thing id-select-goto-matching-tag id-select-thing-with-mouse id-select-thing id-select-install) "id-select" "utils/id-select.el") |
602 | |
603 (autoload 'id-select-install "id-select" "\ | |
604 Install the id-select mode as the default mode of operation." t nil) | |
602 | 605 |
603 (autoload 'id-select-thing "id-select" "\ | 606 (autoload 'id-select-thing "id-select" "\ |
604 Mark the region selected by the syntax of the thing at point. | 607 Mark the region selected by the syntax of the thing at point. |
605 If invoked repeatedly, selects bigger and bigger things. | 608 If invoked repeatedly, selects bigger and bigger things. |
606 If `id-select-display-type' is non-nil, the type of selection is displayed in | 609 If `id-select-display-type' is non-nil, the type of selection is displayed in |