branch: externals/plz
commit 30e48b1e6a9c7f7d05655ba2ed2dc6ad170e3a9a
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
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)