]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of 'TAB' in cc-mode
authorStefan Kangas <stefankangas@gmail.com>
Mon, 3 Oct 2022 00:28:26 +0000 (02:28 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 3 Oct 2022 00:28:26 +0000 (02:28 +0200)
* doc/emacs/programs.texi (C Indent): Fix documentation of 'TAB'
in cc-mode.  (Bug#58258)

doc/emacs/programs.texi

index c3a70a5fc938d0d4e51813f14f4dcf6bdd14ec90..b2a08fa2ccb66cb84fc49ba858d44e05ddf1069d 100644 (file)
@@ -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