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

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

[nongnu] elpa/webpaste 0c0f31b 020/298: Checkdoc checkup


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 0c0f31b 020/298: Checkdoc checkup
Date: Thu, 9 Dec 2021 18:59:36 -0500 (EST)

branch: elpa/webpaste
commit 0c0f31beea4a1ffe794a5d6d47dfdf6c1c0f6b48
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Checkdoc checkup
---
 webpaste.el | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/webpaste.el b/webpaste.el
index e103550..a975ff7 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -108,15 +108,16 @@
                                (webpaste-return-url
                                 (request-response-header response 
"Location"))))))
        nil)))
-  "Define all webpaste.el providers. Consists of provider name and lambda
-function to do the actuall call to the provider. The lamda should call
-webpaste-return-url with resulting url to return it to the user."
+  "Define all webpaste.el providers.
+Consists of provider name and lambda function to do the actuall call to the
+provider.  The lamda should call ‘webpaste-return-url’ with resulting url to
+return it to the user."
   :group 'webpaste)
 
 (defcustom webpaste-provider-priority ()
-  "Define provider priority of which providers to try in which order. This
-variable should be a list of strings and if it isn't defined it will default
-to all providers in order defined in webpaste-providers list."
+  "Define provider priority of which providers to try in which order.
+This variable should be a list of strings and if it isn't defined it will
+default to all providers in order defined in ‘webpaste-providers’ list."
   :group 'webpaste)
 
 (provide 'webpaste)



reply via email to

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