branch: externals/plz
commit fbdcd699508837a3b5309516d803df05cc2f618c
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Changes
---
plz.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plz.el b/plz.el
index 3b256f56a0..e8acf3dde0 100644
--- a/plz.el
+++ b/plz.el
@@ -28,7 +28,7 @@
;; An HTTP library that uses curl as a backend. Inspired by, and some
;; code copied from, Christopher Wellons's library, elfeed-curl.el.
;;
-;; * Why this package?
+;; Why this package?
;;
;; 1. `url' works well for many things, but it has some issues (and have
;; you seen its code?).
@@ -37,7 +37,7 @@
;; 3. Chris Wellons doesn't have time to factor his excellent
;; elfeed-curl.el library out of Elfeed. This will have to do.
;;
-;; * Why is it called `plz'?
+;; Why is it called `plz'?
;;
;; 1. There's already a package called `http'.
;; 2. There's already a package called `request'.