From: Alan Mackenzie Date: Tue, 30 Jan 2018 18:09:49 +0000 (+0000) Subject: Fix @examples in cc-mode.info, where lines were getting glued together. X-Git-Tag: emacs-26.1-rc1~287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b5711b2b2095558cc94b0397a752e25f4bfd499;p=emacs.git 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. --- 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