]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/indent.el (tab-first-completion): Fix incorrect choices.
authorPhilipp Stephani <phst@google.com>
Fri, 14 Jan 2022 19:49:35 +0000 (20:49 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 15 Jan 2022 11:07:01 +0000 (12:07 +0100)
lisp/indent.el

index f0c11ad0df417d20ecbe5c5ba2690d7e9ce151d5..48e5b309e487a0bc552ea65d6f9c6d1a86bf5f99 100644 (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