From 84304088998660cb8534aa603dc74c96bcb5460c Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 20 May 2001 20:12:06 +0000 Subject: [PATCH] (daemon): Move macro definition to avoid using @badspell before that macro is defined. --- doc/Protocol-A.texi | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/Protocol-A.texi b/doc/Protocol-A.texi index aa9771004..3d112d8f2 100644 --- a/doc/Protocol-A.texi +++ b/doc/Protocol-A.texi @@ -47,14 +47,6 @@ @end ifnottex -@c -@c Define other strings. -@c - -@macro daemon -@badspell{d@ae{}mon} -@end macro - @c @c Index setup @c @@ -277,6 +269,15 @@ @i{Example:} @end macro +@c +@c Define strings that can be encoded as macros instead of with @set. +@c + +@macro daemon +@badspell{d@ae{}mon} +@end macro + + @c %**end of header @ifinfo -- GitLab