[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master cd44d45d92: Merge from origin/emacs-28
From: |
Stefan Kangas |
Subject: |
master cd44d45d92: Merge from origin/emacs-28 |
Date: |
Tue, 1 Mar 2022 01:05:24 -0500 (EST) |
branch: master
commit cd44d45d92964b574c567b3f083f32d417120249
Merge: 6874011721 6dbc3da205
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>
Merge from origin/emacs-28
6dbc3da205 Fix :tag for eol in tab-first-completion
---
lisp/indent.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/indent.el b/lisp/indent.el
index d20c8053c5..0343439d14 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."