summaryrefslogtreecommitdiff
path: root/lisp/indent.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-03-01 07:05:15 +0100
committerStefan Kangas <stefan@marxist.se>2022-03-01 07:05:15 +0100
commitcd44d45d92964b574c567b3f083f32d417120249 (patch)
treee8e1aca64356b10af5efedab34586ea345aa341b /lisp/indent.el
parent68740117211a104ffd59b570aa40d1b5cfcef93e (diff)
parent6dbc3da2055610109c8e481e53f0b0287b201e58 (diff)
Merge from origin/emacs-28
6dbc3da205 Fix :tag for eol in tab-first-completion
Diffstat (limited to 'lisp/indent.el')
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index d20c8053c5f..0343439d144 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -77,7 +77,7 @@ 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 "Only complete 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."