summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-01-16 06:51:09 +0100
committerStefan Kangas <stefan@marxist.se>2022-01-16 06:51:09 +0100
commit3fbe137adbc7cf3556977946fd3752a83a206118 (patch)
tree4eab2bb2be9b9c5d0154676543095920609919ef
parente2b9f3347e7f30e7185c5d07bc722ea0178f4dbe (diff)
parent7f36aca99dc1387cfeb599c9f2bb781036f79cf1 (diff)
downloademacs-3fbe137adbc7cf3556977946fd3752a83a206118.tar.gz
Merge from origin/emacs-28
7f36aca99d * lisp/indent.el (tab-first-completion): Fix incorrect cho...
-rw-r--r--lisp/indent.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index 4e16d30ac92..d20c8053c5f 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