From: Philipp Stephani Date: Fri, 14 Jan 2022 19:49:35 +0000 (+0100) Subject: * lisp/indent.el (tab-first-completion): Fix incorrect choices. X-Git-Tag: emacs-28.0.92~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f36aca99d;p=emacs.git * lisp/indent.el (tab-first-completion): Fix incorrect choices. --- diff --git a/lisp/indent.el b/lisp/indent.el index f0c11ad0df4..48e5b309e48 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -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