diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-02-02 08:08:05 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-02-02 08:08:05 +0100 |
| commit | 191c099249fdc9cc8aacafb1457d8b18a9fb997f (patch) | |
| tree | 03ad5dcc9a3a95b6aea6e7fdd9410a78df199d92 | |
| parent | eb9159ffe78583b63a619be0b68bb2595ebea916 (diff) | |
Fix documentation error.
* lisp/pdf-info.el (pdf-info-pagesize): Size is in PDF points.
| -rw-r--r-- | lisp/pdf-info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-info.el b/lisp/pdf-info.el index c93fcdb..2f9da62 100644 --- a/lisp/pdf-info.el +++ b/lisp/pdf-info.el @@ -904,7 +904,7 @@ aforementioned function, when called with the same arguments." (defun pdf-info-pagesize (page &optional file-or-buffer) "Return the size of PAGE as a cons \(WIDTH . HEIGHT\) -The size is in pixel." +The size is in PDF points." (pdf-info-query 'pagesize (pdf-info--normalize-file-or-buffer file-or-buffer) |
