Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
7d8ae80a
Commit
7d8ae80a
authored
May 20, 2001
by
Per Cederqvist
Browse files
Remove trailing @c in macro blocks. They are not needed, and they do
some harm.
parent
ac7d9073
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Protocol-A.texi
View file @
7d8ae80a
...
...
@@ -105,7 +105,7 @@
@c HTML version: make the word a link.
@macro reqdlink
{
n
}
@code
{
@ref
{
\n\}
}
@c
@code
{
@ref
{
\n\}
}
@unmacro linkhere
@macro linkhere
@end macro
...
...
@@ -119,7 +119,7 @@
@c Info version: create @linkhere as a macro that contains a reference.
@macro reqdlink
{
n
}
@code
{
\n\}
@c
@code
{
\n\}
@unmacro linkhere
@macro linkhere
(@pxref
{
\n\}
)
...
...
@@ -174,7 +174,7 @@
@c HTML version: make the word a link.
@macro asyncdlink
{
n
}
@code
{
@ref
{
\n\}
}
@c
@code
{
@ref
{
\n\}
}
@unmacro linkhere
@macro linkhere
@end macro
...
...
@@ -188,7 +188,7 @@
@c Info version: create @linkhere as a macro that contains a reference.
@macro asyncdlink
{
n
}
@code
{
\n\}
@c
@code
{
\n\}
@unmacro linkhere
@macro linkhere
(@pxref
{
\n\}
)
...
...
@@ -222,13 +222,13 @@
@ifhtml
@macro lt
{
n
}
@ref
{
\n\}
@c
@ref
{
\n\}
@end macro
@end ifhtml
@ifnothtml
@macro lt
{
n
}
\n\
@
c
\n\
@end macro
@end ifnothtml
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment