summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-02-28 10:14:03 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-02-28 10:14:23 +0100
commit6dbc3da2055610109c8e481e53f0b0287b201e58 (patch)
tree6ce6dc07696dd00d98b27b14b740d446cbe796f8
parente77fc8262ad73f30b1983f403262dce6f0e4cb09 (diff)
downloademacs-6dbc3da2055610109c8e481e53f0b0287b201e58.tar.gz
Fix :tag for eol in tab-first-completion
* lisp/indent.el (tab-first-completion): Fix the :tag description (bug#54179).
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index 48e5b309e48..071f46fd42a 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."