emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 6dbc3da205: Fix :tag for eol in tab-first-completion


From: Lars Ingebrigtsen
Subject: emacs-28 6dbc3da205: Fix :tag for eol in tab-first-completion
Date: Mon, 28 Feb 2022 04:14:35 -0500 (EST)

branch: emacs-28
commit 6dbc3da2055610109c8e481e53f0b0287b201e58
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix :tag for eol in tab-first-completion
    
    * lisp/indent.el (tab-first-completion): Fix the :tag description
    (bug#54179).
---
 lisp/indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/indent.el b/lisp/indent.el
index 48e5b309e4..071f46fd42 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]