diff lisp/autoload.el @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 6240c7796c7a
children b8cc9ab3f761
line wrap: on
line diff
--- a/lisp/autoload.el	Mon Aug 13 11:12:06 2007 +0200
+++ b/lisp/autoload.el	Mon Aug 13 11:13:30 2007 +0200
@@ -359,7 +359,7 @@
 (defun update-file-autoloads (file)
   "Update the autoloads for FILE in `generated-autoload-file'
 \(which FILE might bind in its local variables).
-This functions refuses to update autoloads files."
+This function refuses to update autoloads files."
   (interactive "fUpdate autoloads for file: ")
   (setq file (expand-file-name file))
   (when (and (file-newer-than-file-p file generated-autoload-file)