projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77fc82
)
Fix :tag for eol in tab-first-completion
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 28 Feb 2022 09:14:03 +0000
(10:14 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 28 Feb 2022 09:14:23 +0000
(10:14 +0100)
* lisp/indent.el (tab-first-completion): Fix the :tag description
(bug#54179).
lisp/indent.el
patch
|
blob
|
history
diff --git
a/lisp/indent.el
b/lisp/indent.el
index 48e5b309e487a0bc552ea65d6f9c6d1a86bf5f99..071f46fd42a1a82ebd085fbed80e3c602a188597 100644
(file)
--- 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."