summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-03 02:28:26 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-03 02:28:26 +0200
commit992611b10a2ef4621b5c936d80cf31644ca3653d (patch)
tree02c748ad4e7641691e983256f1f6c0055be9c8a7
parent08e485a2a5e505a2fa6d8102ef4c3f72065188a9 (diff)
downloademacs-992611b10a2ef4621b5c936d80cf31644ca3653d.tar.gz
Fix documentation of 'TAB' in cc-mode
* doc/emacs/programs.texi (C Indent): Fix documentation of 'TAB' in cc-mode. (Bug#58258)
-rw-r--r--doc/emacs/programs.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index c3a70a5fc93..b2a08fa2ccb 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -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