From 39809d86b32c69f2a26d04081a222c43ebd18b25 Mon Sep 17 00:00:00 2001 From: Elis Axelsson Date: Sun, 9 Oct 2016 10:07:56 +0200 Subject: [PATCH] Update documentation --- webpaste.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpaste.el b/webpaste.el index cff6624..c986285 100644 --- a/webpaste.el +++ b/webpaste.el @@ -135,7 +135,7 @@ provider. The lamda should call ‘webpaste-return-url’ with resulting url to return it to the user." :group 'webpaste :type '(alist :key-type (string :tag "provider name") - :value-type (function :tag "lambda function for the provider"))) + :value-type (function :tag "webpaste-provider macro definition for the provider"))) ;;;###autoload