> From: Sławomir Grochowski <[email protected]> > Cc: [email protected], [email protected], [email protected], > [email protected], [email protected], [email protected], [email protected], > [email protected] > Date: Sat, 06 Apr 2024 22:41:32 +0200 > > But first, we need to modify `help-quick' to be more reusable. > I tried to do it, but I'm not experienced in elisp. > I wanted to remove references to global variables, so I did a wrapper > function to pass arguments to `help-quick'. I understand it's not a lispy way. > I would be grateful for your comment.
I don't understand why you needed a wrapper. help-quick is already customizable by modes, via the help-quick-sections variable. In any case, we cannot change the signature of help-quick, since it's a public function.
