diff lisp/utils/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents 6075d714658b
children 489f57a838ef
line wrap: on
line diff
--- a/lisp/utils/auto-autoloads.el	Mon Aug 13 09:53:23 2007 +0200
+++ b/lisp/utils/auto-autoloads.el	Mon Aug 13 09:54:23 2007 +0200
@@ -1,6 +1,5 @@
 ;;; DO NOT MODIFY THIS FILE
-(if (not (featurep 'utils-autoloads))
-    (progn
+(if (featurep 'utils-autoloads) (error "Already loaded"))
 
 ;;;### (autoloads (defadvice ad-add-advice) "advice" "utils/advice.el")
 
@@ -249,8 +248,8 @@
 ;;;### (autoloads (edit-toolbar) "edit-toolbar" "utils/edit-toolbar.el")
 
 (autoload 'edit-toolbar "edit-toolbar" "\
-Alter toolbar characteristics by editing a buffer representing the current toolbar.
-Pops up a buffer containing a list of the current toobar." t nil)
+Alter toolbar characteristics by editing a buffer representing the specified toolbar.
+Pops up a buffer containing a list of the toolbar matching TOOLBAR_NAME." t nil)
 
 ;;;***
 
@@ -1064,4 +1063,3 @@
 ;;;***
 
 (provide 'utils-autoloads)
-))