branch: externals/posframe
commit f8c3e56189a1b5d88f9729d560fb6b5a8a383abc
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
Fix warn.
---
posframe.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/posframe.el b/posframe.el
index 239ff0cd54..dc8ec4652d 100644
--- a/posframe.el
+++ b/posframe.el
@@ -61,8 +61,9 @@ custom function for EXWM users."
(defcustom posframe-text-scale-factor-function
#'posframe-text-scale-factor-default
"The function to adjust value of text-scale of posframe buffer.
-Accepts single argument which is the value of parent buffer
`text-scale-mode-amount'
-or nil if the `text-scale-mode' is disabled in the parent buffer."
+Accepts single argument which is the value of parent buffer
+`text-scale-mode-amount' or nil if the `text-scale-mode' is disabled in
+the parent buffer."
:group 'posframe
:type 'function)