branch: externals/url-scgi commit 081bd15dd1875957f7df377605aefa8d80999432 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Fix url-scgi description --- url-scgi.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/url-scgi.el b/url-scgi.el index 5e3f5a7ab0..f79ed77ca1 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -24,11 +24,13 @@ ;;; Commentary: -;; This is heavily based on the url-http.el library. +;; Support for SCGI URLs. ;; ;; The SCGI specification document can be found at: ;; ;; https://python.ca/scgi/protocol.txt +;; +;; This is heavily based on the url-http.el library. ;;; Change Log: