diff options
| author | Juanma Barranquero | 2008-05-08 03:38:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-08 03:38:53 +0000 |
| commit | 1603d855dccf6689e30241fe25f505d068cf91db (patch) | |
| tree | 51ac743eca80b3fc989a212f3a715993e86e9db6 | |
| parent | ec0159f04531e0e2296900d51445e3370761db28 (diff) | |
| download | emacs-1603d855dccf6689e30241fe25f505d068cf91db.tar.gz emacs-1603d855dccf6689e30241fe25f505d068cf91db.zip | |
(autoload-generate-file-autoloads): Don't use `iff' in docstring.
| -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 feb629c89e7..bbe7904c6e6 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el | |||
| @@ -327,7 +327,7 @@ If provided, OUTFILE is expected to be the file name of OUTBUF. | |||
| 327 | If OUTFILE is non-nil and FILE specifies a `generated-autoload-file' | 327 | If OUTFILE is non-nil and FILE specifies a `generated-autoload-file' |
| 328 | different from OUTFILE, then OUTBUF is ignored. | 328 | different from OUTFILE, then OUTBUF is ignored. |
| 329 | 329 | ||
| 330 | Return non-nil iff FILE adds no autoloads to OUTFILE | 330 | Return non-nil if and only if FILE adds no autoloads to OUTFILE |
| 331 | \(or OUTBUF if OUTFILE is nil)." | 331 | \(or OUTBUF if OUTFILE is nil)." |
| 332 | (catch 'done | 332 | (catch 'done |
| 333 | (let ((autoloads-done '()) | 333 | (let ((autoloads-done '()) |