]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/eww.el (eww--html buffer-list): Fix comment style.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Nov 2024 11:33:36 +0000 (13:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 8 Nov 2024 13:27:51 +0000 (14:27 +0100)
(cherry picked from commit 74d3232522f762742e9acaf9e62b9fd6d63ae380)

lisp/net/eww.el

index c7d838c88d1c02eb18890f2b87b3ac650c1d8a60..d33604038cbcdb137f53b329e839b2210968981f 100644 (file)
@@ -654,8 +654,8 @@ HEADERS is unused."
     (let ((case-fold-search t))
       (save-excursion
         (goto-char (point-min))
-        ;; match basic <!doctype html> and also legacy variants as
-        ;; specified in link above - being purposely lax about it
+        ;; Match basic "<!doctype html>" and also legacy variants as
+        ;; specified in link above -- being purposely lax about it.
         (when (search-forward "<!doctype html" nil t)
           "text/html")))))