mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
(with-electric-help): Add missing argument MINHEIGHT.
This commit is contained in:
parent
c5007f4672
commit
483a5ec09e
@ -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…
Reference in New Issue
Block a user