Removed @acronym{} from nodenames.
authorWerner Koch <wk@gnupg.org>
Wed, 19 Nov 2003 08:31:38 +0000 (08:31 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 19 Nov 2003 08:31:38 +0000 (08:31 +0000)
branches/gpgme-0-3-branch/doc/ChangeLog
branches/gpgme-0-3-branch/doc/gpgme.texi

index 38640cf8c07c12d73da1743d593ddecad2ce5097..9559b2c106fd77e600a2a301fcd5afe6cc81d28e 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-19  Werner Koch  <wk@gnupg.org>
+
+       * gpgme.texi (ASCII): Removed @acronym{} from nodenames.
+
 2002-11-05  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
index 2663f0751a404999e20ca54782de899e671b16a6..363ee33af179f9284f6f6927ddf6e76694d95acc 100644 (file)
@@ -138,7 +138,7 @@ Contexts
 Context Attributes
 
 * Protocol Selection::            Selecting the protocol used by a context.
-* @acronym{ASCII} Armor::                   Requesting @acronym{ASCII} armored output.
+* ASCII Armor::                   Requesting @acronym{ASCII} armored output.
 * Text Mode::                     Choosing canonical text mode.
 * Included Certificates::         Including a number of certificates.
 * Key Listing Mode::              Selecting key listing mode.
@@ -1164,7 +1164,7 @@ The function @code{gpgme_release} destroys the context with the handle
 
 @menu
 * Protocol Selection::            Selecting the protocol used by a context.
-* @acronym{ASCII} Armor::                   Requesting @acronym{ASCII} armored output.
+* ASCII Armor::                   Requesting @acronym{ASCII} armored output.
 * Text Mode::                     Choosing canonical text mode.
 * Included Certificates::       Including a number of certificates.
 * Key Listing Mode::              Selecting key listing mode.
@@ -1198,10 +1198,10 @@ The function @code{gpgme_get_protocol} retrieves the protocol currently
 use with the context @var{ctx}.
 @end deftypefun
 
-@node @acronym{ASCII} Armor
-@subsection @acronym{ASCII} Armor
+@node ASCII Armor
+@subsection ASCII Armor
 @cindex context, armor mode
-@cindex @acronym{ASCII} armor
+@cindex ASCII armor
 @cindex armor mode
 
 @deftypefun void gpgme_set_armor (@w{GpgmeCtx @var{ctx}}, @w{int @var{yes}})