emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/plz 30e48b1e6a 22/81: Tidy


From: ELPA Syncer
Subject: [elpa] externals/plz 30e48b1e6a 22/81: Tidy
Date: Wed, 11 May 2022 17:57:59 -0400 (EDT)

branch: externals/plz
commit 30e48b1e6a9c7f7d05655ba2ed2dc6ad170e3a9a
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy
---
 plz.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/plz.el b/plz.el
index 75255ae4ac..c59fdb9470 100644
--- a/plz.el
+++ b/plz.el
@@ -440,8 +440,7 @@ refer to rather than the current buffer's unparsed headers."
       (coding-system-from-name content-type))))
 
 (defun plz--http-status ()
-  "Return HTTP status code for HTTP response in current buffer.
-Assumes point is at beginning of buffer."
+  "Return HTTP status code for HTTP response in current buffer."
   (save-excursion
     (goto-char (point-min))
     (when (looking-at plz-http-response-status-line-regexp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]