From 292703d64b95156881a5a4d0ba59902a84d4734c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 30 Aug 2022 19:35:14 +0200 Subject: [PATCH] ; * lisp/doc-view.el (doc-view): Fix punctuation. --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 29da3b42977..aa0f9fd3838 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -153,7 +153,7 @@ "In-buffer document viewer. The viewer handles PDF, PostScript, DVI, DJVU, ODF, EPUB, CBZ, FB2, XPS and OXPS files, if the appropriate converter programs -are available (see Info node `(emacs)Document View')" +are available (see Info node `(emacs)Document View')." :link '(function-link doc-view) :version "22.2" :group 'applications -- 2.39.2