Checkdoc checkup

master
Elis Axelsson 10 years ago
parent c33f341e6a
commit 0c0f31beea
  1. 13
      webpaste.el

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

Loading…
Cancel
Save