1 new commit in cc-mode:
https://bitbucket.org/xemacs/cc-mode/commits/9d8620fddb42/
Changeset: 9d8620fddb42
User: acm
Date: 2018-01-30 17:58:51+00:00
Summary: Fix @examples in cc-mode.info, where lines were getting glued together.
This happened because of false @c's in macro lines.
* cc-mode.texi (Line-up Functions): Remove the unneeded @c from macros
sssTBasicOffset, sssTsssTBasicOffset, and hereFn.
Affected #: 1 file
diff -r a3392363b1dddb36ce09f6676a4323bcda3418ee -r
9d8620fddb42529768dabcd93d50e191bda75a42 cc-mode.texi
--- a/cc-mode.texi
+++ b/cc-mode.texi
@@ -5637,15 +5637,15 @@
@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
Repository URL:
https://bitbucket.org/xemacs/cc-mode/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.