comparison man/cc-mode.texi @ 90286:5b7d410e31f9

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 4-14) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (base, patch 1-7) - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187 - Update from CVS - Merge from emacs--devo--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 187) - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 25 Jan 2006 07:10:04 +0000
parents 7beb78bc1f8e 20ff812ba5b3
children 7432ca837c8d
comparison
equal deleted inserted replaced
90285:5251b70632c4 90286:5b7d410e31f9
206 206
207 @page 207 @page
208 @vskip 0pt plus 1filll 208 @vskip 0pt plus 1filll
209 @insertcopying 209 @insertcopying
210 210
211 This manual was generated from $Revision: 1.32 $ of $RCSfile: cc-mode.texi,v $, which can be 211 This manual was generated from $Revision$ of $RCSfile$, which can be
212 downloaded from 212 downloaded from
213 @url{http://cvs.sf.net/viewcvs.py/cc-mode/cc-mode/cc-mode.texi}. 213 @url{http://cvs.sf.net/viewcvs.py/cc-mode/cc-mode/cc-mode.texi}.
214 @end titlepage 214 @end titlepage
215 215
216 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 216 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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