]> git.eshelyaron.com Git - emacs.git/commit
Fix usage of `setq-default' and offer more suggestions
authorXiyue Deng <manphiz@gmail.com>
Sun, 24 Dec 2023 00:12:44 +0000 (16:12 -0800)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Dec 2023 08:38:46 +0000 (10:38 +0200)
commitceacf75395834c452b43932c19df7e3202a16094
tree518156f5e5425c88a0224ff08b5efacb196a3861
parent2701da0eee54d85f79104c7a91610bf591159a51
Fix usage of `setq-default' and offer more suggestions

cd61af0 changed from default-major-mode to major-mode in the first
code sample but didn't change the rest.  This patch fixes this and add
some explanations of why use `setq-default' instead of `setq'.  In
addition, it gives background on suggesting using text-mode as default
mode and suggest other alternatives.

* doc/lispintro/emacs-lisp-intro.texi (Text and Auto-fill): Fix usage
of `setq-default' and offer more suggestions.  (Bug#67848)
doc/lispintro/emacs-lisp-intro.texi