]> git.eshelyaron.com Git - emacs.git/commit
Make the `s' command in *Help* work for Lisp variables defined in C
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 19 Jul 2021 16:35:09 +0000 (18:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 19 Jul 2021 16:35:12 +0000 (18:35 +0200)
commit072512414efa80a680d9380ad8b7c9d1e2a1c1a6
tree5a8bf0b9a7d2596b33990e007505a78040a94f0a
parentf5640a3bdf33ca6fef749f5e53a26ed749a6d595
Make the `s' command in *Help* work for Lisp variables defined in C

* lisp/help-fns.el (describe-variable): Store the type.
* lisp/help-mode.el (help-view-source): Use the type.  This fixes
the problem when looking for a variable defined in a C file.
lisp/help-fns.el
lisp/help-mode.el