]> git.eshelyaron.com Git - emacs.git/commit
Automatically document when setopt is needed
authorStefan Kangas <stefankangas@gmail.com>
Tue, 11 Mar 2025 23:04:50 +0000 (00:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:02:37 +0000 (20:02 +0100)
commit99824b086c76e2d2eab1edb5ed06f553715c374d
tree4fe877d04ffb557fdcd465a06a333800756bce8e
parent86ced2d47b6efea49c07aa3ec443dd513ad46021
Automatically document when setopt is needed

* lisp/help-fns.el (help--recommend-setopt): New function to
automatically document the need to use `setopt` to set the values of
any defcustoms with a `:set` property.
(help-fns-describe-variable-functions): Add above new function to
hook.

* lisp/follow.el (follow-mode-prefix-key):
* lisp/minibuffer.el (minibuffer-regexp-prompts):
* lisp/register.el (register-use-preview):
* lisp/savehist.el (savehist-autosave-interval):
* lisp/saveplace.el (save-place-autosave-interval):
* lisp/tab-bar.el (tab-bar-define-keys):
* lisp/textmodes/text-mode.el (text-mode-ispell-word-completion):
Delete now redundant text from docstrings.

(cherry picked from commit 77b7e2d37b2c68b73ad770ec680281c1f82d26f1)
lisp/follow.el
lisp/help-fns.el
lisp/minibuffer.el
lisp/savehist.el
lisp/saveplace.el
lisp/tab-bar.el
lisp/textmodes/text-mode.el