comparison lisp/emacs-lisp/autoload.el @ 4012:26e0209b6e56

Doc fix.
author Roland McGrath <roland@gnu.org>
date Wed, 07 Jul 1993 02:03:18 +0000
parents b292a011b5f4
children 7b72e141f1ad
comparison
equal deleted inserted replaced
4011:1117ec91799c 4012:26e0209b6e56
326 Runs \\[update-file-autoloads] on files and \\[update-directory-autoloads] 326 Runs \\[update-file-autoloads] on files and \\[update-directory-autoloads]
327 on directories. Must be used only with -batch, and kills Emacs on completion. 327 on directories. Must be used only with -batch, and kills Emacs on completion.
328 Each file will be processed even if an error occurred previously. 328 Each file will be processed even if an error occurred previously.
329 For example, invoke \"emacs -batch -f batch-update-autoloads *.el\"" 329 For example, invoke \"emacs -batch -f batch-update-autoloads *.el\""
330 (if (not noninteractive) 330 (if (not noninteractive)
331 (error "batch-update-file-autoloads is to be used only with -batch")) 331 (error "batch-update-autoloads is to be used only with -batch"))
332 (let ((lost nil) 332 (let ((lost nil)
333 (args command-line-args-left)) 333 (args command-line-args-left))
334 (while args 334 (while args
335 (catch 'file 335 (catch 'file
336 (condition-case lossage 336 (condition-case lossage