[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/webpaste e2a4153025 2/2: Merge pull request #61 from 8dcc/
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/webpaste e2a4153025 2/2: Merge pull request #61 from 8dcc/checkdoc-warnings |
Date: |
Mon, 25 Nov 2024 10:01:18 -0500 (EST) |
branch: elpa/webpaste
commit e2a41530257f04b7ad2198d333adcf247a05277c
Merge: ac5f40e60f 1b744864b8
Author: Elis Hirwing <elis@hirwing.se>
Commit: GitHub <noreply@github.com>
Merge pull request #61 from 8dcc/checkdoc-warnings
Fix docstring errors according to `checkdoc-current-buffer`
---
webpaste.el | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/webpaste.el b/webpaste.el
index fdf0b2d118..46170d8f4d 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -43,8 +43,9 @@
;;;###autoload
(defgroup webpaste nil
- "Configuration options for webpaste.el where you can define paste providers,
-provider priority for which order which provider should be tried when used."
+ "Configuration options for webpaste.el.
+You can define paste providers, provider priority for which order which
provider
+should be tried when used."
:group 'web)
@@ -382,9 +383,9 @@ Optional params:
use to the provider.
:lang-overrides Alist defining overrides for languages for this provider.
If
- a mode is set to nil, it will use fundamental-mode\\='s
- value as fallback. Fundamental-mode\\='s value can also be
- overridden.
+ a mode is set to nil, it will use the value of
+ `fundamental-mode' as fallback. The value of
+ `fundamental-mode' can also be overridden.
:lang-uri-separator Lang URI separator. This is used for providers that
appends the language to the end of the resulting URI and
@@ -402,7 +403,7 @@ Optional params:
:post-field-lambda Function that builds and returns the post data that should
be
sent to the provider. It should accept named parameters by
the names TEXT, POST-FIELD and POST-DATA. POST-DATA should
- default to `nil' or empty list. It also takes the option
+ default to nil or empty list. It also takes the option
LANG-OVERRIDES which is a list that enables overriding of
`webpaste--default-lang-alist'.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/webpaste e2a4153025 2/2: Merge pull request #61 from 8dcc/checkdoc-warnings,
ELPA Syncer <=