4343
4444;;;### autoload
4545(defgroup webpaste nil
46- " Configuration options for webpaste.el where you can define paste providers,
47- provider priority for which order which provider should be tried when used."
46+ " Configuration options for webpaste.el.
47+ You can define paste providers, provider priority for which order which provider
48+ should be tried when used."
4849 :group 'web )
4950
5051
@@ -382,9 +383,9 @@ Optional params:
382383 use to the provider.
383384
384385:lang-overrides Alist defining overrides for languages for this provider. If
385- a mode is set to nil, it will use fundamental-mode \\= 's
386- value as fallback. Fundamental-mode \\= 's value can also be
387- overridden.
386+ a mode is set to nil, it will use the value of
387+ `fundamental-mode' as fallback. The value of
388+ `fundamental-mode' can also be overridden.
388389
389390:lang-uri-separator Lang URI separator. This is used for providers that
390391 appends the language to the end of the resulting URI and
@@ -402,7 +403,7 @@ Optional params:
402403:post-field-lambda Function that builds and returns the post data that should be
403404 sent to the provider. It should accept named parameters by
404405 the names TEXT, POST-FIELD and POST-DATA. POST-DATA should
405- default to ` nil' or empty list. It also takes the option
406+ default to nil or empty list. It also takes the option
406407 LANG-OVERRIDES which is a list that enables overriding of
407408 `webpaste--default-lang-alist' .
408409
0 commit comments