summaryrefslogtreecommitdiff
path: root/doc/misc/cc-mode.texi
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2018-01-30 18:09:49 +0000
committerAlan Mackenzie <acm@muc.de>2018-01-30 18:09:49 +0000
commit4b5711b2b2095558cc94b0397a752e25f4bfd499 (patch)
treead5c1c8697eef0e8f638dd79fb40534641a22215 /doc/misc/cc-mode.texi
parent71961f13c3db5925c7cf5b87fde8f19bdc5424dd (diff)
downloademacs-4b5711b2b2095558cc94b0397a752e25f4bfd499.tar.gz
Fix @examples in cc-mode.info, where lines were getting glued together.
This happened because of false @c's in macro lines. * /doc/misc/cc-mode.texi (Line-up Functions): Remove the unneeded @c from macros sssTBasicOffset, sssTsssTBasicOffset, and hereFn.
Diffstat (limited to 'doc/misc/cc-mode.texi')
-rw-r--r--doc/misc/cc-mode.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index 292342cb4a3..0132ab1775c 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -5634,15 +5634,15 @@ Works with:
@end ifinfo
@macro sssTBasicOffset
-<--> @i{c-basic-offset}@c
+<--> @i{c-basic-offset}
@end macro
@macro sssTsssTBasicOffset
-<--><--> @i{c-basic-offset}@c
+<--><--> @i{c-basic-offset}
@end macro
@macro hereFn{func}
-<- @i{\func\}@c
+<- @i{\func\}
@end macro
@c The TeX backend seems to insert extra spaces around the argument. :P