]> git.eshelyaron.com Git - emacs.git/commit
Make C-h S in Customize buffers work more reliably
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Sep 2020 12:15:41 +0000 (14:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Sep 2020 14:56:54 +0000 (16:56 +0200)
commitd5c399b4d41f48193bdef9571ef04d9a0531b905
tree804f37a4a9c2f8d6eeb66b62a3bb0a903f68eb5d
parent92bec37d56099940edd07e73bed607765e1c55c6
Make C-h S in Customize buffers work more reliably

* lisp/cus-edit.el (custom-unlispify-menu-entry): Put a property
on the returned string so that we can determine what the symbol
was after the fact.

* lisp/info-look.el (info-lookup-guess-default*): Allow lambda
forms as rules.
(:mode): Use the stored symbol.
(info-lookup-guess-custom-symbol): No longer used; mark as
obsolete (bug#41905).
lisp/cus-edit.el
lisp/info-look.el