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

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

[elpa] externals/posframe b77cd06 29/40: add space after period


From: Feng Shu
Subject: [elpa] externals/posframe b77cd06 29/40: add space after period
Date: Wed, 5 Feb 2020 04:27:21 -0500 (EST)

branch: externals/posframe
commit b77cd0678ae2f041c384944545cacaec73874ef3
Author: conao3 <address@hidden>
Commit: conao3 <address@hidden>

    add space after period
    
    This change fixes below package-lint warning
    
    > There should be two spaces after a period (emacs-lisp-checkdoc)
---
 posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posframe.el b/posframe.el
index 9d71d21..1947e84 100644
--- a/posframe.el
+++ b/posframe.el
@@ -309,7 +309,7 @@ This posframe's buffer is BUFFER-OR-NAME."
       posframe--frame)))
 
 (defun posframe-arghandler-default (_buffer-or-name _arg-name value)
-  "The default value of `posframe-arghandler'. Return VALUE."
+  "The default value of `posframe-arghandler'.  Return VALUE."
   value)
 
 ;;;###autoload



reply via email to

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