Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9450aaa0
Commit
9450aaa0
authored
Jun 12, 2007
by
Stefan Monnier
Browse files
(tab-always-indent): Docstring fix.
parent
e7053211
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/indent.el
lisp/indent.el
+2
-2
No files found.
lisp/indent.el
View file @
9450aaa0
...
...
@@ -50,8 +50,8 @@ Don't rebind TAB unless you really need to.")
"*Controls the operation of the TAB key.
If t, hitting TAB always just indents the current line.
If nil, hitting TAB indents the current line if point is at the left margin
or in the line's indentation, otherwise it insert a \"real\" TAB character.
Most
programming language modes have their own variable to control this,
or in the line's indentation, otherwise it insert
s
a \"real\" TAB character.
Some
programming language modes have their own variable to control this,
e.g., `c-tab-always-indent', and do not respect this variable."
:group
'indent
:type
'
(
choice
(
const
nil
)
(
const
t
)
(
const
always
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment