branch: externals/perl-doc commit 7490782dd1cdfe2e49f8da17033c27c2e5a09317 Author: Harald Jörg <h...@posteo.de> Commit: Harald Jörg <h...@posteo.de>
Docfix: re-word to comply with GNU philosophy --- README.md | 2 +- perl-doc.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77dc75b01c..555d4d524e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ renderer" shr. Perl documentation is written in a markup format called POD ([Plain Old Documentation](https://perldoc.perl.org/perlpod) and is usually -converted to other formats for human consumption. The documentation +converted to other formats for reading by humans. The documentation used to be available in Emacs for a long time in 'info' or 'man' format. However, Perl does no longer ship 'info' files, and the software available from CPAN never did. 'man' is not available on all diff --git a/perl-doc.el b/perl-doc.el index 4a287620d5..35df0204d8 100644 --- a/perl-doc.el +++ b/perl-doc.el @@ -38,7 +38,7 @@ ;; ;; Perl documentation is written in a markup format called POD ("Plain ;; Old Documentation") and is usually converted to other formats for -;; human consumption. The documentation used to be available in Emacs +;; reading by humans. The documentation used to be available in Emacs ;; for a long time in 'info' or 'man' format. However, Perl does no ;; longer ship 'info' files, and the software available from CPAN ;; never did. 'man' is not available on all platforms and allows only