diff options
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r-- | lisp/doc-view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 15a1dc3b9bd..e5f0e89a369 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1021,7 +1021,7 @@ If PAGE is nil, convert the whole document." (defun doc-view-pdfdraw-program-subcommand () "Return the mutool subcommand replacing mudraw. -Recent MuPDF distributions replaced 'mudraw' with 'mutool draw'." +Recent MuPDF distributions replaced `mudraw' with `mutool draw'." (when (string-match "mutool[^/\\]*$" doc-view-pdfdraw-program) '("draw"))) |