branch: elpa/popup commit 66b840b6ded808974225501d2e672da7363579a6 Merge: 34c2684a6f cc411819d4 Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #134 from sdwolfz/native-compiler-warning Fix emacs native compilation warning --- popup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.el b/popup.el index 7812b867bd..c65118da6a 100644 --- a/popup.el +++ b/popup.el @@ -42,7 +42,7 @@ ;;; Utilities (defun popup-calculate-max-width (max-width) - "Determines whether the width with MAX-WIDTH desired is character or window \ + "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)