]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix @examples in cc-mode.info, where lines were getting glued together.
authorAlan Mackenzie <acm@muc.de>
Tue, 30 Jan 2018 18:09:49 +0000 (18:09 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 30 Jan 2018 18:09:49 +0000 (18:09 +0000)
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.

doc/misc/cc-mode.texi

index 292342cb4a326ff9bfb196060e2582f34841b4ad..0132ab1775cffc03d9edc370f8b543bb028010c9 100644 (file)
@@ -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