From 4b378e754612c321d72756786ecdbcba44f9e423 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Wed, 17 Oct 2007 20:58:02 +0000 Subject: [PATCH] Mention xpdf. Fix spelling of Ghostscript. (doc-view-ghostscript-options): Fix typo in doc string. --- lisp/ChangeLog | 5 +++++ lisp/doc-view.el | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eaf88bbd6ee..11e82c703a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-10-17 Reiner Steib + + * doc-view.el: Mention xpdf. Fix spelling of Ghostscript. + (doc-view-ghostscript-options): Fix typo in doc string. + 2007-10-17 Stefan Monnier * progmodes/compile.el (compilation-next-error-function): Fix timestamp diff --git a/lisp/doc-view.el b/lisp/doc-view.el index d7d2bb47abb..40c91ffe016 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -26,8 +26,9 @@ ;;; Requirements: -;; doc-view.el requires GNU Emacs 22.1 or newer. You also need GhostScript, -;; `dvipdfm' which comes with TeTeX and `pdftotext', which comes with poppler +;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript, +;; `dvipdfm' which comes with teTeX and `pdftotext', which comes with xpdf +;; (http://www.foolabs.com/xpdf/) or poppler ;; (http://poppler.freedesktop.org/). ;;; Commentary: @@ -123,7 +124,7 @@ '("-dNOPAUSE" "-sDEVICE=png16m" "-dTextAlphaBits=4" "-dBATCH" "-dGraphicsAlphaBits=4" "-dQUIET" "-r100") - "A list of options to give to ghostview." + "A list of options to give to ghostscript." :type '(sexp) :group 'doc-view) @@ -463,7 +464,7 @@ Those files are saved in the directory given by (if (not (string= (file-name-extension doc) "dvi")) ;; Convert to PNG images. (doc-view-pdf/ps->png doc png-file) - ;; DVI files have to be converted to PDF before GhostScript can process + ;; DVI files have to be converted to PDF before Ghostscript can process ;; it. (doc-view-dvi->pdf doc (concat (file-name-as-directory dir) -- 2.39.5