; * lisp/indent.el (tab-first-completion): Fix :version tag.
This commit is contained in:
parent
c5b654b3f1
commit
aecf4518a0
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ This variable has no effect unless `tab-always-indent' is `complete'."
|
|||
(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." 'word-or-paren-or-punct))
|
||||
:version "27.1")
|
||||
:version "28.1")
|
||||
|
||||
(defvar indent-line-ignored-functions '(indent-relative
|
||||
indent-relative-maybe
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue