comparison man/cc-mode.texi @ 68313:20ff812ba5b3

Use @key for TAB.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 Jan 2006 13:01:28 +0000
parents f3fd456d606b
children 72d32b7559c2 5b7d410e31f9
comparison
equal deleted inserted replaced
68312:9670873b887a 68313:20ff812ba5b3
4881 4: a = b; 4881 4: a = b;
4882 5: b = tmp; 4882 5: b = tmp;
4883 6: @} 4883 6: @}
4884 @end example 4884 @end example
4885 4885
4886 Let's say point is on line 3 and we hit the @kbd{TAB} key to reindent 4886 Let's say point is on line 3 and we hit the @key{TAB} key to reindent
4887 the line. The syntactic context for that line is: 4887 the line. The syntactic context for that line is:
4888 4888
4889 @example 4889 @example
4890 ((defun-block-intro 29)) 4890 ((defun-block-intro 29))
4891 @end example 4891 @end example