From 1c2f984597e7b7e1bdcc2edf32da210135f393ec Mon Sep 17 00:00:00 2001 From: madanyang Date: Wed, 26 Aug 2020 17:28:40 +0200 Subject: [PATCH] Not nnhackernews The package is nndiscourse not nnhackernews, hence correcting the wording --- nndiscourse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nndiscourse.el b/nndiscourse.el index 200ff73..68c2450 100644 --- a/nndiscourse.el +++ b/nndiscourse.el @@ -31,7 +31,7 @@ (eval-when-compile (require 'cl-lib) (cl-assert (fboundp 'libxml-parse-html-region) nil - "nnhackernews requires emacs built with libxml support")) + "nndiscourse requires emacs built with libxml support")) (require 'nnoo) (require 'gnus) (require 'gnus-start) -- 2.34.1