To fix https://github.com/oantolin/epithet/issues/3, the commit https://github.com/oantolin/epithet/commit/9d0707c8c70c06fee82c6b06417d27aacbbd5e76 was pushed. This commit includes this new code: ``` (eq (car help-xref-stack-item) 'describe-bindings) ``` This expression returns `nil` for me because `(car help-xref-stack-item)` is `describe-mode`, not `describe-bindings`.
To fix #3, the commit 9d0707c was pushed. This commit includes this new code:
This expression returns
nilfor me because(car help-xref-stack-item)isdescribe-mode, notdescribe-bindings.