(with-electric-help): Add missing argument MINHEIGHT.
This commit is contained in:
parent
c5007f4672
commit
483a5ec09e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
)
|
||||
|
||||
;;;###autoload
|
||||
(defun with-electric-help (thunk &optional buffer noerase)
|
||||
(defun with-electric-help (thunk &optional buffer noerase minheight)
|
||||
"Pop up an \"electric\" help buffer.
|
||||
The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
|
||||
THUNK is a function of no arguments which is called to initialize the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue