comparison lisp/ehelp.el @ 13381:0cbe99851fab

(with-electric-help): Add missing argument MINHEIGHT.
author Erik Naggum <erik@naggum.no>
date Thu, 02 Nov 1995 20:30:38 +0000
parents 0d673f6c334e
children 83f275dcd93a
comparison
equal deleted inserted replaced
13380:12bfc1ecec61 13381:0cbe99851fab
89 ;; this is done below in with-electric-help 89 ;; this is done below in with-electric-help
90 ;(run-hooks 'electric-help-mode-hook) 90 ;(run-hooks 'electric-help-mode-hook)
91 ) 91 )
92 92
93 ;;;###autoload 93 ;;;###autoload
94 (defun with-electric-help (thunk &optional buffer noerase) 94 (defun with-electric-help (thunk &optional buffer noerase minheight)
95 "Pop up an \"electric\" help buffer. 95 "Pop up an \"electric\" help buffer.
96 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT. 96 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
97 THUNK is a function of no arguments which is called to initialize the 97 THUNK is a function of no arguments which is called to initialize the
98 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be 98 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
99 erased before THUNK is called unless NOERASE is non-nil. THUNK will 99 erased before THUNK is called unless NOERASE is non-nil. THUNK will