]> git.eshelyaron.com Git - emacs.git/commit
(describe-variable): Fix bug#73872
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Jan 2025 19:58:10 +0000 (14:58 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:53:53 +0000 (21:53 +0100)
commitfa82a90402a4d649959b1600a79f9762a6e84690
treece34552475bcc9f65f932da95228f23167123036
parent6fabc4005a6162085bd7c2a4976578a2fa84bef3
(describe-variable): Fix bug#73872

* lisp/help-fns.el (describe-variable): Put a `syntax-table` property
on the printed value for better navigation.  Remove `set-syntax-table`
since `lisp-data-mode` already did it.
(describe-variable): Remove `set-syntax-table`, not needed any more.

* lisp/help-mode.el (help-mode-syntax-table): `;` shouldn't start a comment.
(help-make-xrefs): Use `with-syntax-table`.

(cherry picked from commit 8f81c2b02ff98a69c7c5025881063ae85ee5b1d3)
lisp/help-fns.el
lisp/help-mode.el