From 483a5ec09ebdb7f42584d6b274ffa92e543b4383 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Thu, 2 Nov 1995 20:30:38 +0000 Subject: [PATCH] (with-electric-help): Add missing argument MINHEIGHT. --- lisp/ehelp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ehelp.el b/lisp/ehelp.el index 756583bfe27..b314927e8f8 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -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 -- 2.39.2