branch: externals/posframe
commit 952089375b1cbe98217f5d5210bfef7b1bfd56f6
Merge: b44c1ae b77cd06
Author: tumashu <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #49 from conao3/trivial-fix
Fix package-lint warnings
---
posframe.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/posframe.el b/posframe.el
index bed019f..20750ec 100644
--- a/posframe.el
+++ b/posframe.el
@@ -6,7 +6,7 @@
;; Maintainer: Feng Shu <[email protected]>
;; URL: https://github.com/tumashu/posframe
;; Version: 0.5.0
-;; Keywords: tooltip
+;; Keywords: convenience, tooltip
;; Package-Requires: ((emacs "26"))
;; This file is part of GNU Emacs.
@@ -311,7 +311,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