1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

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.
This commit is contained in:
Alan Mackenzie 2018-01-30 18:09:49 +00:00
parent 71961f13c3
commit 4b5711b2b2

View 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