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

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

[nongnu] elpa/popup 46e6104 162/184: Fixed some checkdoc warnings.


From: ELPA Syncer
Subject: [nongnu] elpa/popup 46e6104 162/184: Fixed some checkdoc warnings.
Date: Wed, 6 Oct 2021 00:01:34 -0400 (EDT)

branch: elpa/popup
commit 46e610415bf4159467edf61d3e443cffb8d1eef8
Author: jenchieh <jcs090218@gmail.com>
Commit: jenchieh <jcs090218@gmail.com>

    Fixed some checkdoc warnings.
---
 popup.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/popup.el b/popup.el
index cffab50..b454af6 100644
--- a/popup.el
+++ b/popup.el
@@ -22,7 +22,7 @@
 
 ;;; Commentary:
 
-;; popup.el is a visual popup user interface library for Emacs. This
+;; popup.el is a visual popup user interface library for Emacs.  This
 ;; provides a basic API and common UI widgets such as popup tooltips
 ;; and popup menus.
 ;; See README.markdown for more information.
@@ -38,8 +38,8 @@
 ;;; Utilities
 
 (defun popup-calculate-max-width (max-width)
-  "Determines whether the width desired is
-character or window proportion based, And returns the result."
+  "Determines whether the width with MAX-WIDTH desired is character or window \
+proportion based, And return the result."
   (cl-typecase max-width
     (integer max-width)
     (float (* (ceiling (/ (round (* max-width (window-width))) 10.0)) 10))))



reply via email to

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