diff lisp/prim/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 489f57a838ef
children 169c0442b401
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el	Mon Aug 13 09:58:32 2007 +0200
+++ b/lisp/prim/auto-autoloads.el	Mon Aug 13 09:59:05 2007 +0200
@@ -42,18 +42,6 @@
 
 ;;;***
 
-;;;### (autoloads (custom-make-dependencies) "cus-dep" "prim/cus-dep.el")
-
-(autoload 'custom-make-dependencies "cus-dep" "\
-Extract custom dependencies from .el files in SUBDIRS.
-SUBDIRS is a list of directories.  If it is nil, the command-line
-arguments are used.  If it is a string, only that directory is
-processed.  This function is especially useful in batch mode.
-
-Batch usage: xemacs -batch -l cus-dep.el -f custom-make-dependencies DIRS" t nil)
-
-;;;***
-
 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el")
 
 (autoload 'debug "debug" "\
@@ -230,7 +218,7 @@
 
 (autoload 'disable-command "novice" "\
 Require special confirmation to execute COMMAND from now on.
-The user's .emacs file is altered so that this will apply
+The user's `custom-file' is altered so that this will apply
 to future sessions." t nil)
 
 ;;;***