mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
Fix documentation of 'TAB' in cc-mode
* doc/emacs/programs.texi (C Indent): Fix documentation of 'TAB' in cc-mode. (Bug#58258)
This commit is contained in:
parent
08e485a2a5
commit
992611b10a
@ -508,9 +508,9 @@ Reindent each line in the balanced expression that follows point
|
||||
about invalid syntax.
|
||||
|
||||
@item @key{TAB}
|
||||
@findex c-indent-command
|
||||
Reindent the current line, and/or in some cases insert a tab character
|
||||
(@code{c-indent-command}).
|
||||
@findex c-indent-line-or-region
|
||||
Reindent the current line, active region, or block starting on this
|
||||
line (@code{c-indent-line-or-region}).
|
||||
|
||||
@vindex c-tab-always-indent
|
||||
If @code{c-tab-always-indent} is @code{t}, this command always reindents
|
||||
|
Loading…
x
Reference in New Issue
Block a user