summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog7
-rw-r--r--admin/admin.el2
2 files changed, 6 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index f6adb084e88..6030dd8f6d3 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,7 +1,10 @@
+2011-11-16 Juanma Barranquero <lekktu@gmail.com>
+
+ * admin.el (manual-dvi): Fix typo.
+
2011-11-15 Eli Zaretskii <eliz@gnu.org>
- * nt/README-ftp-server: Update the information about PNG
- libraries.
+ * nt/README-ftp-server: Update the information about PNG libraries.
2011-11-15 Juanma Barranquero <lekktu@gmail.com>
diff --git a/admin/admin.el b/admin/admin.el
index 673d86c8825..9235144f6c6 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -330,7 +330,7 @@ the @import directive."
(defun manual-dvi (texi-file dest ps-dest)
"Run texi2dvi on TEXI-FILE, emitting dvi output to DEST.
-Also generate postscript output in PS-DEST."
+Also generate PostScript output in PS-DEST."
(call-process "texi2dvi" nil nil nil texi-file "-o" dest)
(call-process "dvips" nil nil nil dest "-o" ps-dest)
(call-process "gzip" nil nil nil dest)