aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-06 23:34:09 +0000
committerJuanma Barranquero2007-06-06 23:34:09 +0000
commitfe11e7c24b1633e1ceba4d5930a94b1b52ed6d40 (patch)
tree074dba5a6dea64c9503493f07c56f1f9575a157d
parent5c016bdc98148dd089d6deb141aa14b12128c969 (diff)
downloademacs-fe11e7c24b1633e1ceba4d5930a94b1b52ed6d40.tar.gz
emacs-fe11e7c24b1633e1ceba4d5930a94b1b52ed6d40.zip
(Comment Commands, Getting Started, Style Variables): Fix typos.
-rw-r--r--man/cc-mode.texi254
1 files changed, 127 insertions, 127 deletions
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index 217c32ff911..3cb670b3b53 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -236,113 +236,113 @@ functions, classes etc - there are other packages for that.
236@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 236@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
237 237
238@menu 238@menu
239* Introduction:: 239* Introduction::
240* Overview:: 240* Overview::
241* Getting Started:: 241* Getting Started::
242* Commands:: 242* Commands::
243* Font Locking:: 243* Font Locking::
244* Config Basics:: 244* Config Basics::
245* Custom Filling and Breaking:: 245* Custom Filling and Breaking::
246* Custom Auto-newlines:: 246* Custom Auto-newlines::
247* Clean-ups:: 247* Clean-ups::
248* Indentation Engine Basics:: 248* Indentation Engine Basics::
249* Customizing Indentation:: 249* Customizing Indentation::
250* Custom Macros:: 250* Custom Macros::
251* Odds and Ends:: 251* Odds and Ends::
252* Sample .emacs File:: 252* Sample .emacs File::
253* Performance Issues:: 253* Performance Issues::
254* Limitations and Known Bugs:: 254* Limitations and Known Bugs::
255* FAQ:: 255* FAQ::
256* Updating CC Mode:: 256* Updating CC Mode::
257* Mailing Lists and Bug Reports:: 257* Mailing Lists and Bug Reports::
258* GNU Free Documentation License:: 258* GNU Free Documentation License::
259* Command and Function Index:: 259* Command and Function Index::
260* Variable Index:: 260* Variable Index::
261* Concept and Key Index:: 261* Concept and Key Index::
262 262
263@detailmenu 263@detailmenu
264 --- The Detailed Node Listing --- 264 --- The Detailed Node Listing ---
265 265
266Commands 266Commands
267 267
268* Indentation Commands:: 268* Indentation Commands::
269* Comment Commands:: 269* Comment Commands::
270* Movement Commands:: 270* Movement Commands::
271* Filling and Breaking:: 271* Filling and Breaking::
272* Minor Modes:: 272* Minor Modes::
273* Electric Keys:: 273* Electric Keys::
274* Auto-newlines:: 274* Auto-newlines::
275* Hungry WS Deletion:: 275* Hungry WS Deletion::
276* Subword Movement:: 276* Subword Movement::
277* Other Commands:: 277* Other Commands::
278 278
279Font Locking 279Font Locking
280 280
281* Font Locking Preliminaries:: 281* Font Locking Preliminaries::
282* Faces:: 282* Faces::
283* Doc Comments:: 283* Doc Comments::
284* AWK Mode Font Locking:: 284* AWK Mode Font Locking::
285 285
286Configuration Basics 286Configuration Basics
287 287
288* CC Hooks:: 288* CC Hooks::
289* Style Variables:: 289* Style Variables::
290* Styles:: 290* Styles::
291 291
292Styles 292Styles
293 293
294* Built-in Styles:: 294* Built-in Styles::
295* Choosing a Style:: 295* Choosing a Style::
296* Adding Styles:: 296* Adding Styles::
297* File Styles:: 297* File Styles::
298 298
299Customizing Auto-newlines 299Customizing Auto-newlines
300 300
301* Hanging Braces:: 301* Hanging Braces::
302* Hanging Colons:: 302* Hanging Colons::
303* Hanging Semicolons and Commas:: 303* Hanging Semicolons and Commas::
304 304
305Hanging Braces 305Hanging Braces
306 306
307* Custom Braces:: 307* Custom Braces::
308 308
309Indentation Engine Basics 309Indentation Engine Basics
310 310
311* Syntactic Analysis:: 311* Syntactic Analysis::
312* Syntactic Symbols:: 312* Syntactic Symbols::
313* Indentation Calculation:: 313* Indentation Calculation::
314 314
315Syntactic Symbols 315Syntactic Symbols
316 316
317* Function Symbols:: 317* Function Symbols::
318* Class Symbols:: 318* Class Symbols::
319* Conditional Construct Symbols:: 319* Conditional Construct Symbols::
320* Switch Statement Symbols:: 320* Switch Statement Symbols::
321* Brace List Symbols:: 321* Brace List Symbols::
322* External Scope Symbols:: 322* External Scope Symbols::
323* Paren List Symbols:: 323* Paren List Symbols::
324* Literal Symbols:: 324* Literal Symbols::
325* Multiline Macro Symbols:: 325* Multiline Macro Symbols::
326* Objective-C Method Symbols:: 326* Objective-C Method Symbols::
327* Anonymous Class Symbol:: 327* Anonymous Class Symbol::
328* Statement Block Symbols:: 328* Statement Block Symbols::
329* K&R Symbols:: 329* K&R Symbols::
330 330
331Customizing Indentation 331Customizing Indentation
332 332
333* c-offsets-alist:: 333* c-offsets-alist::
334* Interactive Customization:: 334* Interactive Customization::
335* Line-Up Functions:: 335* Line-Up Functions::
336* Custom Line-Up:: 336* Custom Line-Up::
337* Other Indentation:: 337* Other Indentation::
338 338
339Line-Up Functions 339Line-Up Functions
340 340
341* Brace/Paren Line-Up:: 341* Brace/Paren Line-Up::
342* List Line-Up:: 342* List Line-Up::
343* Operator Line-Up:: 343* Operator Line-Up::
344* Comment Line-Up:: 344* Comment Line-Up::
345* Misc Line-Up:: 345* Misc Line-Up::
346 346
347@end detailmenu 347@end detailmenu
348@end menu 348@end menu
@@ -534,7 +534,7 @@ is no ``easy customization'' facility for making this change.}:
534@end example 534@end example
535 535
536@noindent 536@noindent
537Details of of this and other similar ``Minor Modes'' appear in the 537Details of this and other similar ``Minor Modes'' appear in the
538section @ref{Minor Modes}. 538section @ref{Minor Modes}.
539 539
540@item Making the @key{RET} key indent the new line 540@item Making the @key{RET} key indent the new line
@@ -613,16 +613,16 @@ structures.
613 613
614 614
615@menu 615@menu
616* Indentation Commands:: 616* Indentation Commands::
617* Comment Commands:: 617* Comment Commands::
618* Movement Commands:: 618* Movement Commands::
619* Filling and Breaking:: 619* Filling and Breaking::
620* Minor Modes:: 620* Minor Modes::
621* Electric Keys:: 621* Electric Keys::
622* Auto-newlines:: 622* Auto-newlines::
623* Hungry WS Deletion:: 623* Hungry WS Deletion::
624* Subword Movement:: 624* Subword Movement::
625* Other Commands:: 625* Other Commands::
626@end menu 626@end menu
627 627
628@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 628@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -852,7 +852,7 @@ actions describing how they should be handled. If a certain line type
852isn't present on the list then the line is indented to the column 852isn't present on the list then the line is indented to the column
853specified by @code{comment-column}. 853specified by @code{comment-column}.
854 854
855See the documentation string for for a full description of this 855See the documentation string for a full description of this
856variable (use @kbd{C-h v c-indent-comment-alist}). 856variable (use @kbd{C-h v c-indent-comment-alist}).
857@end defopt 857@end defopt
858 858
@@ -1810,10 +1810,10 @@ chapter, @ref{AWK Mode Font Locking}, applies to AWK. The other
1810sections apply to the other languages. 1810sections apply to the other languages.
1811 1811
1812@menu 1812@menu
1813* Font Locking Preliminaries:: 1813* Font Locking Preliminaries::
1814* Faces:: 1814* Faces::
1815* Doc Comments:: 1815* Doc Comments::
1816* AWK Mode Font Locking:: 1816* AWK Mode Font Locking::
1817@end menu 1817@end menu
1818 1818
1819 1819
@@ -2318,9 +2318,9 @@ have it enabled by default by placing the following in your
2318@end table 2318@end table
2319 2319
2320@menu 2320@menu
2321* CC Hooks:: 2321* CC Hooks::
2322* Style Variables:: 2322* Style Variables::
2323* Styles:: 2323* Styles::
2324@end menu 2324@end menu
2325 2325
2326@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2326@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -2409,7 +2409,7 @@ The variables that @ccmode{}'s style system control are called
2409@dfn{style variables}. Note that style variables are ordinary Lisp 2409@dfn{style variables}. Note that style variables are ordinary Lisp
2410variables, which the style system initializes; you can change their 2410variables, which the style system initializes; you can change their
2411values at any time (e.g. in a hook function). The style system can 2411values at any time (e.g. in a hook function). The style system can
2412also also set other variables, to some extent. @xref{Styles}. 2412also set other variables, to some extent. @xref{Styles}.
2413 2413
2414@dfn{Style variables} are handled specially in several ways: 2414@dfn{Style variables} are handled specially in several ways:
2415 2415
@@ -2509,10 +2509,10 @@ for any particular style, and pretty easily start editing new or
2509existing code using these styles. 2509existing code using these styles.
2510 2510
2511@menu 2511@menu
2512* Built-in Styles:: 2512* Built-in Styles::
2513* Choosing a Style:: 2513* Choosing a Style::
2514* Adding Styles:: 2514* Adding Styles::
2515* File Styles:: 2515* File Styles::
2516@end menu 2516@end menu
2517 2517
2518 2518
@@ -3059,9 +3059,9 @@ to remove these automatically added newlines in certain specific
3059circumstances. @xref{Clean-ups}. 3059circumstances. @xref{Clean-ups}.
3060 3060
3061@menu 3061@menu
3062* Hanging Braces:: 3062* Hanging Braces::
3063* Hanging Colons:: 3063* Hanging Colons::
3064* Hanging Semicolons and Commas:: 3064* Hanging Semicolons and Commas::
3065@end menu 3065@end menu
3066 3066
3067 3067
@@ -3212,7 +3212,7 @@ themselves.
3212@end defopt 3212@end defopt
3213 3213
3214@menu 3214@menu
3215* Custom Braces:: 3215* Custom Braces::
3216@end menu 3216@end menu
3217 3217
3218@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 3218@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -3732,9 +3732,9 @@ of the variables associated with indentation, not even
3732@end defopt 3732@end defopt
3733 3733
3734@menu 3734@menu
3735* Syntactic Analysis:: 3735* Syntactic Analysis::
3736* Syntactic Symbols:: 3736* Syntactic Symbols::
3737* Indentation Calculation:: 3737* Indentation Calculation::
3738@end menu 3738@end menu
3739 3739
3740 3740
@@ -4113,19 +4113,19 @@ Java. @ref{Anonymous Class Symbol}.
4113@end table 4113@end table
4114 4114
4115@menu 4115@menu
4116* Function Symbols:: 4116* Function Symbols::
4117* Class Symbols:: 4117* Class Symbols::
4118* Conditional Construct Symbols:: 4118* Conditional Construct Symbols::
4119* Switch Statement Symbols:: 4119* Switch Statement Symbols::
4120* Brace List Symbols:: 4120* Brace List Symbols::
4121* External Scope Symbols:: 4121* External Scope Symbols::
4122* Paren List Symbols:: 4122* Paren List Symbols::
4123* Literal Symbols:: 4123* Literal Symbols::
4124* Multiline Macro Symbols:: 4124* Multiline Macro Symbols::
4125* Objective-C Method Symbols:: 4125* Objective-C Method Symbols::
4126* Anonymous Class Symbol:: 4126* Anonymous Class Symbol::
4127* Statement Block Symbols:: 4127* Statement Block Symbols::
4128* K&R Symbols:: 4128* K&R Symbols::
4129@end menu 4129@end menu
4130 4130
4131@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 4131@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -5019,11 +5019,11 @@ can install functions here to make ad-hoc adjustments to any line's
5019indentation. 5019indentation.
5020 5020
5021@menu 5021@menu
5022* c-offsets-alist:: 5022* c-offsets-alist::
5023* Interactive Customization:: 5023* Interactive Customization::
5024* Line-Up Functions:: 5024* Line-Up Functions::
5025* Custom Line-Up:: 5025* Custom Line-Up::
5026* Other Indentation:: 5026* Other Indentation::
5027@end menu 5027@end menu
5028 5028
5029 5029
@@ -5371,11 +5371,11 @@ Works with:
5371@end iftex 5371@end iftex
5372 5372
5373@menu 5373@menu
5374* Brace/Paren Line-Up:: 5374* Brace/Paren Line-Up::
5375* List Line-Up:: 5375* List Line-Up::
5376* Operator Line-Up:: 5376* Operator Line-Up::
5377* Comment Line-Up:: 5377* Comment Line-Up::
5378* Misc Line-Up:: 5378* Misc Line-Up::
5379@end menu 5379@end menu
5380 5380
5381@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 5381@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!