]> git.eshelyaron.com Git - emacs.git/commit
Add a new variable tab-first-completion
authorAlex Branham <alex.branham@gmail.com>
Wed, 14 Oct 2020 05:26:58 +0000 (07:26 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 14 Oct 2020 05:26:58 +0000 (07:26 +0200)
commit64c8511664420498b9769b098a31300e2ab58c2d
treea68ea810ce59acfa71ea5a5317b0aa752c7d544c
parent5474603c4c83a0ae2c4a156dd61fd3ea103049ee
Add a new variable tab-first-completion

* doc/emacs/indent.texi (Indent Convenience): Mention it.

* doc/lispref/text.texi (Mode-Specific Indent): Document it.

* lisp/indent.el (tab-first-completion): New variable (bug#34787).
(indent-for-tab-command): Use it.
doc/emacs/indent.texi
doc/lispref/text.texi
etc/NEWS
lisp/indent.el