Fix fix for describe-function keybinding confusion
commitb6b2554f8b9fefe9242b5dbd34211b3ff44a5a65
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Sep 2015 18:22:29 +0000 (5 11:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Sep 2015 18:23:04 +0000 (5 11:23 -0700)
tree4dfaebea7904619d499c553a9c6e2e7612a5151b
parentba521e7029ef2893a135ebec8cc472f3d45bf668
Fix fix for describe-function keybinding confusion

This fixes a bug introduced by the previous patch.
* lisp/help-fns.el (help-fns--signature):
Last arg of help-fns--signature is now a buffer, or nil if a
raw signature is wanted.  All callers changed.
(describe-function-1): Use this to do the right thing with signatures.
lisp/emacs-lisp/pcase.el
lisp/help-fns.el