diff 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
line wrap: on
line diff
--- a/lisp/utils/auto-autoloads.el	Mon Aug 13 09:58:32 2007 +0200
+++ b/lisp/utils/auto-autoloads.el	Mon Aug 13 09:59:05 2007 +0200
@@ -150,7 +150,7 @@
 (autoload 'update-file-autoloads "autoload" "\
 Update the autoloads for FILE in `generated-autoload-file'
 \(which FILE might bind in its local variables).
-This functions refuses to update autolaods files and custom loads." t nil)
+This functions refuses to update autoloads files." t nil)
 
 (autoload 'update-autoloads-here "autoload" "\
 Update sections of the current buffer generated by `update-file-autoloads'." t nil)
@@ -166,13 +166,13 @@
 on directories.  Must be used only with -batch, and kills Emacs on completion.
 Each file will be processed even if an error occurred previously.
 For example, invoke `xemacs -batch -f batch-update-autoloads *.el'.
-The directory to which the auto-autoloads.el and custom-load.el files must
-be the first parameter on the command line." nil nil)
+The directory to which the auto-autoloads.el file must be the first parameter
+on the command line." nil nil)
 
 (autoload 'batch-update-directory "autoload" "\
 Update the autoloads for the directory on the command line.
-Runs `update-file-autoloads' on each file in the given directory, and must
-be used only with -batch, and kills XEmacs on completion." nil nil)
+Runs `update-file-autoloads' on each file in the given directory, must
+be used only with -batch and kills XEmacs on completion." nil nil)
 
 ;;;***
 
@@ -598,7 +598,10 @@
 
 ;;;***
 
-;;;### (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")
+;;;### (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")
+
+(autoload 'id-select-install "id-select" "\
+Install the id-select mode as the default mode of operation." t nil)
 
 (autoload 'id-select-thing "id-select" "\
 Mark the region selected by the syntax of the thing at point.