]> git.eshelyaron.com Git - emacs.git/commit
Fix Elisp's elisp--documentation-one-liner (bug#43609)
authorJoão Távora <joaotavora@gmail.com>
Mon, 2 Nov 2020 16:24:59 +0000 (16:24 +0000)
committerJoão Távora <joaotavora@gmail.com>
Mon, 2 Nov 2020 16:25:43 +0000 (16:25 +0000)
commit95f7a2835a79c1f12b5dc86230405e8040910c72
treed2f70890df72ae0e28b81437c8627b07174862cb
parent4e2264b60d1748bfec13486003f526d8c434fda6
Fix Elisp's elisp--documentation-one-liner (bug#43609)

To be backward compatible, this function must return nil when there is
a symbol at point but no documentation for it.  Before this fixed it
returned the string "<symbol-name>: nil".

* lisp/progmodes/elisp-mode.el (elisp--documentation-one-liner):
Check callback actually produced non-nil doc.
lisp/progmodes/elisp-mode.el