branch: externals/vertico-posframe
commit 7acf08e4d7b0b0d2115de1c98d1bd01956d24029
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
Fix checkdoc warn.
---
vertico-posframe.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/vertico-posframe.el b/vertico-posframe.el
index 4c7ddf6..bec4d8b 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -56,12 +56,11 @@
;;; Code:
;; * vertico-posframe's code
-(require 'cl-lib)
(require 'posframe)
(require 'vertico)
(defgroup vertico-posframe nil
- "Using posframe to show vertico"
+ "Using posframe to show vertico."
:group 'vertico-posframe)
(defcustom vertico-posframe-font nil
@@ -134,7 +133,8 @@ When 0, no border is showed."
(defvar exwm-workspace-current-index)
(defun vertico-posframe-refposhandler-default (&optional frame)
- "The default posframe refposhandler used by vertico-posframe."
+ "The default posframe refposhandler used by vertico-posframe.
+Optional argument FRAME ."
(cond
;; EXWM environment
((bound-and-true-p exwm--connection)