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

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

[nongnu] elpa/webpaste 1b744864b8 1/2: Fix docstring errors according to


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 1b744864b8 1/2: Fix docstring errors according to 'checkdoc-current-buffer'
Date: Mon, 25 Nov 2024 10:01:18 -0500 (EST)

branch: elpa/webpaste
commit 1b744864b820773f19d40096090086e02c002a3e
Author: 8dcc <8dcc.git@gmail.com>
Commit: 8dcc <8dcc.git@gmail.com>

    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'.
 



reply via email to

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