diff options
| author | Xue Fuqiao | 2014-01-02 16:47:40 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2014-01-02 16:47:40 +0800 |
| commit | 5cd63720ce8b6da6fa722ec18c2c4087a6a0afd2 (patch) | |
| tree | 6a0a6f7ba9013b039f9f5ff92f50fd4520081ec3 /admin/admin.el | |
| parent | b483c5703d31a7931c701817fc6dcb61259abb82 (diff) | |
| download | emacs-5cd63720ce8b6da6fa722ec18c2c4087a6a0afd2.tar.gz emacs-5cd63720ce8b6da6fa722ec18c2c4087a6a0afd2.zip | |
* admin/check-doc-strings: Replace `perl -w' with `use warnings;'.
Diffstat (limited to 'admin/admin.el')
| -rw-r--r-- | admin/admin.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el index 6e05a883c2b..58e5b0c830e 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -218,6 +218,7 @@ ROOT should be the root of an Emacs source tree." | |||
| 218 | (buffer-substring start (point)))) | 218 | (buffer-substring start (point)))) |
| 219 | '("efaq-w32"))))) | 219 | '("efaq-w32"))))) |
| 220 | 220 | ||
| 221 | ;; TODO report the progress | ||
| 221 | (defun make-manuals (root &optional type) | 222 | (defun make-manuals (root &optional type) |
| 222 | "Generate the web manuals for the Emacs webpage. | 223 | "Generate the web manuals for the Emacs webpage. |
| 223 | ROOT should be the root of an Emacs source tree. | 224 | ROOT should be the root of an Emacs source tree. |