diff options
author | Roland McGrath <roland@gnu.org> | 1993-07-07 02:03:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-07-07 02:03:18 +0000 |
commit | 23de57664f87e4d65e55ba32c2bbf122c01ca0c2 (patch) | |
tree | 0e0892326666a775d6546cc6efbb2542503339ba /lisp/emacs-lisp | |
parent | fb3ebe6ca6375ce04bb535c285bae6b07f4c0be6 (diff) | |
download | emacs-23de57664f87e4d65e55ba32c2bbf122c01ca0c2.tar.gz emacs-23de57664f87e4d65e55ba32c2bbf122c01ca0c2.tar.bz2 emacs-23de57664f87e4d65e55ba32c2bbf122c01ca0c2.zip |
Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 2b0b777adba..3b04cd3d1d8 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -328,7 +328,7 @@ 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 \"emacs -batch -f batch-update-autoloads *.el\"" (if (not noninteractive) - (error "batch-update-file-autoloads is to be used only with -batch")) + (error "batch-update-autoloads is to be used only with -batch")) (let ((lost nil) (args command-line-args-left)) (while args |