From 4b5711b2b2095558cc94b0397a752e25f4bfd499 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Tue, 30 Jan 2018 18:09:49 +0000 Subject: [PATCH] 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. --- doc/misc/cc-mode.texi | 6 +++--- 1 file 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 -- 2.39.2