[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/plz bca0b3112b 20/81: Tidy
From: |
ELPA Syncer |
Subject: |
[elpa] externals/plz bca0b3112b 20/81: Tidy |
Date: |
Wed, 11 May 2022 17:57:59 -0400 (EDT) |
branch: externals/plz
commit bca0b3112b67ed3a62797994681d893e506f3830
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Tidy
---
plz.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/plz.el b/plz.el
index 5cb53f7cbb..632d53d49d 100644
--- a/plz.el
+++ b/plz.el
@@ -211,8 +211,8 @@ above with AS.
ELSE is an optional callback function called when the request
fails with one argument, a `plz-error' struct. If ELSE is nil,
an error is signaled when the request fails, either
-`plz-curl-error' or `plz-http-error', as appropriate, with a
-`plz-error' struct as the error data..
+`plz-curl-error' or `plz-http-error' as appropriate, with a
+`plz-error' struct as the error data.
HEADERS may be an alist of extra headers to send with the
request. CONNECT-TIMEOUT may be a number of seconds to timeout
@@ -241,7 +241,7 @@ If DECODE is non-nil, the response body is decoded
automatically.
For binary content, it should be nil.
If the request fails, an error is signaled, either
-`plz-curl-error' or `plz-http-error', as appropriate, with a
+`plz-curl-error' or `plz-http-error' as appropriate, with a
`plz-error' struct as the error data.
HEADERS may be an alist of extra headers to send with the
@@ -282,8 +282,8 @@ above with AS.
ELSE is an optional callback function called when the request
fails with one argument, a `plz-error' struct. If ELSE is nil,
an error is signaled when the request fails, either
-`plz-curl-error' or `plz-http-error', as appropriate, with a
-`plz-error' struct as the error data..
+`plz-curl-error' or `plz-http-error' as appropriate, with a
+`plz-error' struct as the error data.
HEADERS may be an alist of extra headers to send with the
request. CONNECT-TIMEOUT may be a number of seconds to timeout
@@ -343,7 +343,7 @@ request. CONNECT-TIMEOUT may be a number of seconds to
timeout
the initial connection attempt.
If the request fails, an error is signaled, either
-`plz-curl-error' or `plz-http-error', as appropriate, with a
+`plz-curl-error' or `plz-http-error' as appropriate, with a
`plz-error' struct as the error data.
Uses `call-process' to call curl synchronously."
- [elpa] externals/plz ac5bc006f3 62/81: Docs: Add readme, (continued)
- [elpa] externals/plz ac5bc006f3 62/81: Docs: Add readme, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 278391562a 69/81: Docs: Tidy, ELPA Syncer, 2022/05/11
- [elpa] externals/plz a5ccf48d80 70/81: Tests: Add check/error to a test, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 2f48423834 72/81: Docs: Add mascot, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 0b32c64f77 74/81: Notes: Rename file, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 7e456638a6 75/81: Meta: Move notes to orphan branch, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 69d5bf74f6 77/81: Fix: (plz--coding-system) Alist key, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 1d3efc036c 78/81: Add: (plz) DELETE method, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 9e308f1833 80/81: Meta: Tidy headers, etc. for ELPA, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 9156de9c59 81/81: Release: 0.1, ELPA Syncer, 2022/05/11
- [elpa] externals/plz bca0b3112b 20/81: Tidy,
ELPA Syncer <=
- [elpa] externals/plz 2b51ecd6be 27/81: Meta: Add test.yml for GitHub Actions, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 4f74be6565 30/81: Notes: Add idea, ELPA Syncer, 2022/05/11
- [elpa] externals/plz fbdcd69950 09/81: Changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 4588884c11 10/81: Changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 2c19b7f11d 11/81: Changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 6a21c7e809 12/81: Significant changes, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 5b00a61ce3 15/81: Rename functions, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 370d0bbc1a 21/81: Tidy, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 971077e1d3 23/81: Tests, ELPA Syncer, 2022/05/11
- [elpa] externals/plz 30e48b1e6a 22/81: Tidy, ELPA Syncer, 2022/05/11