emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 992611b10a: Fix documentation of 'TAB' in cc-mode


From: Stefan Kangas
Subject: emacs-28 992611b10a: Fix documentation of 'TAB' in cc-mode
Date: Sun, 2 Oct 2022 20:29:01 -0400 (EDT)

branch: emacs-28
commit 992611b10a2ef4621b5c936d80cf31644ca3653d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix documentation  of 'TAB' in cc-mode
    
    * doc/emacs/programs.texi (C Indent): Fix documentation of 'TAB'
    in cc-mode.  (Bug#58258)
---
 doc/emacs/programs.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index c3a70a5fc9..b2a08fa2cc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]