]> git.eshelyaron.com Git - emacs.git/commit
Fix display of obsolete variables in *Help*
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 19 Dec 2024 09:40:52 +0000 (10:40 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:15:41 +0000 (16:15 +0100)
commitce553fd45dc412052a75ddd8b82c9608003727df
tree87f20b48343edb88e4111bd7b7cd1118ab995ee9
parentc387dc5e6ecb7ede941a97c0be8dc8da9242c8c1
Fix display of obsolete variables in *Help*

* doc/lispref/variables.texi (Variable Aliases):
Mention `substitute-command-keys' in `make-obsolete-variable'.

* lisp/font-lock.el: Revert last change.

* lisp/help-fns.el (help-fns--var-obsolete):
Apply `substitute-command-keys'.

* lisp/emacs-lisp/byte-run.el (make-obsolete-variable):
Adapt docstring.

(cherry picked from commit 1647086d6a3a560877f386b9d153c01270307f68)
doc/lispref/variables.texi
lisp/emacs-lisp/byte-run.el
lisp/font-lock.el
lisp/help-fns.el