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

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

[nongnu] elpa/webpaste c60c712 062/298: Checkdoc


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste c60c712 062/298: Checkdoc
Date: Thu, 9 Dec 2021 18:59:44 -0500 (EST)

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

    Checkdoc
---
 webpaste.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index 35c31a0..cff6624 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -194,7 +194,9 @@ When we run out of providers to try, it will restart since
 
 ;;;###autoload
 (defun webpaste-paste-region (point mark)
-  "Paste selected region to some paste service."
+  "Paste selected region to some paste service.
+Argument POINT Current point.
+Argument MARK Current mark."
   (interactive "r")
 
   ;; Extract the buffer contents with buffer-substring and paste it



reply via email to

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