Merge from origin/emacs-28

7f36aca99d * lisp/indent.el (tab-first-completion): Fix incorrect cho...
This commit is contained in:
Stefan Kangas 2022-01-16 06:51:09 +01:00
commit 3fbe137adb

View file

@ -77,10 +77,11 @@ This variable has no effect unless `tab-always-indent' is `complete'."
:group 'indent
:type '(choice
(const :tag "Always complete" nil)
(const :tag "Unless at the end of a line" 'eol)
(const :tag "Unless looking at a word" 'word)
(const :tag "Unless at a word or parenthesis" 'word-or-paren)
(const :tag "Unless at a word, parenthesis, or punctuation." 'word-or-paren-or-punct))
(const :tag "Unless at the end of a line" eol)
(const :tag "Unless looking at a word" word)
(const :tag "Unless at a word or parenthesis" word-or-paren)
(const :tag "Unless at a word, parenthesis, or punctuation."
word-or-paren-or-punct))
:version "28.1")
(defvar indent-line-ignored-functions '(indent-relative