emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 4b5711b: Fix @examples in cc-mode.info, where lin


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-26 4b5711b: Fix @examples in cc-mode.info, where lines were getting glued together.
Date: Tue, 30 Jan 2018 13:19:32 -0500 (EST)

branch: emacs-26
commit 4b5711b2b2095558cc94b0397a752e25f4bfd499
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    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 292342c..0132ab1 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -5634,15 +5634,15 @@ Works with:
 @end ifinfo
 
 @macro sssTBasicOffset
-<--> @address@hidden
+<--> @i{c-basic-offset}
 @end macro
 
 @macro sssTsssTBasicOffset
-<--><--> @address@hidden
+<--><--> @i{c-basic-offset}
 @end macro
 
 @macro hereFn{func}
-<- @address@hidden
+<- @i{\func\}
 @end macro
 
 @c The TeX backend seems to insert extra spaces around the argument. :P



reply via email to

[Prev in Thread] Current Thread [Next in Thread]