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

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

[elpa] externals/posframe fca9cfc 2/2: Fix checkdoc warn.


From: ELPA Syncer
Subject: [elpa] externals/posframe fca9cfc 2/2: Fix checkdoc warn.
Date: Wed, 3 Nov 2021 20:57:24 -0400 (EDT)

branch: externals/posframe
commit fca9cfcbee4082e791894bf71714f148ab70f981
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Fix checkdoc warn.
---
 posframe.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/posframe.el b/posframe.el
index eedbf3f..45f1066 100644
--- a/posframe.el
+++ b/posframe.el
@@ -436,7 +436,7 @@ be removed before being shown in posframe.
 
 These arguments are specified in the canonical character width
 and height of posframe, more details can be found in docstring of
-`fit-frame-to-buffer',
+function `fit-frame-to-buffer',
 
  (7) LEFT-FRINGE and RIGHT-FRINGE
 
@@ -486,7 +486,7 @@ posframe instead of wrap.
 OVERRIDE-PARAMETERS is very powful, *all* the valid frame parameters
 used by posframe's frame can be overridden by it.
 
-NOTE: some posframe-show arguments are not frame parameters, so they
+NOTE: some `posframe-show' arguments are not frame parameters, so they
 can not be overrided by this argument.
 
  (14) TIMEOUT
@@ -779,8 +779,8 @@ will be removed."
 
 (defun posframe--fit-frame-to-buffer (posframe max-height min-height max-width 
min-width only)
   "POSFRAME version of function `fit-frame-to-buffer'.
-Arguments HEIGHT, MIN-HEIGHT, WIDTH, MIN-WIDTH are similar
-function `fit-frame-to-buffer''s."
+Arguments HEIGHT, MAX-HEIGHT, MIN-HEIGHT, WIDTH, MAX-WIDTH,
+MIN-WIDTH and ONLY are similar function `fit-frame-to-buffer''s."
   ;; This only has effect if the user set the latter var to `hide'.
   (let ((x-gtk-resize-child-frames posframe-gtk-resize-child-frames))
     ;; More info: Don't skip empty lines when fitting mini frame to buffer 
(Bug#44080)



reply via email to

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