* sieve.texi (Manage Sieve API): nil -> @code{nil}.
authorJesper Harder <harder@ifa.au.dk>
Sat, 17 Jan 2004 19:46:05 +0000 (19:46 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 17 Jan 2004 19:46:05 +0000 (19:46 +0000)
* pgg.texi (User Commands, Backend methods): do.

texi/ChangeLog
texi/pgg.texi
texi/sieve.texi

index e1d4d37..48b3632 100644 (file)
@@ -1,5 +1,9 @@
 2004-01-17  Jesper Harder  <harder@ifa.au.dk>
 
+       * sieve.texi (Manage Sieve API): nil -> @code{nil}.
+
+       * pgg.texi (User Commands, Backend methods): do.
+
        * gnus.texi (Debugging IMAP): Fix.
        (Thwarting Email Spam): Avoid overfull hboxes in printed
        version.  Markup fixes.
index 2af115d..f8909a7 100644 (file)
@@ -141,8 +141,9 @@ would be asked about the recipients.
 If encryption is successful, it replaces the current region contents (in
 the accessible portion) with the resulting data.
 
-If optional argument @var{sign} is non-nil, the function is request to
-do a combined sign and encrypt.  This currently only work with GnuPG.
+If optional argument @var{sign} is non-@code{nil}, the function is
+request to do a combined sign and encrypt.  This currently only work
+with GnuPG.
 @end deffn
 
 @deffn Command pgg-decrypt-region start end
@@ -307,9 +308,9 @@ keyrings.
 
 @deffn Method pgg-scheme-encrypt-region scheme start end recipients &optional sign
 Encrypt the current region between @var{start} and @var{end} for
-@var{recipients}.  If @var{sign} is non-nil, do a combined sign and
-encrypt.  If encryption is successful, it returns @code{t}, otherwise
-@code{nil}.
+@var{recipients}.  If @var{sign} is non-@code{nil}, do a combined sign
+and encrypt.  If encryption is successful, it returns @code{t},
+otherwise @code{nil}.
 @end deffn
 
 @deffn Method pgg-scheme-decrypt-region scheme start end
index 6bfcf2f..26077ca 100644 (file)
@@ -297,7 +297,7 @@ Sets the default port to use, the suggested port number is @code{2000}.
 
 @item sieve-manage-log
 @vindex sieve-manage-log
-If non-nil, should be a string naming a buffer where a protocol trace
+If non-@code{nil}, should be a string naming a buffer where a protocol trace
 is dumped (for debugging purposes).
 
 @end table
@@ -333,7 +333,8 @@ List scripts on the server.
 
 @item sieve-manage-havespace
 @findex sieve-manage-havespace
-Returns non-nil iff server have roam for a script of given size.
+Returns non-@code{nil} iff server have roam for a script of given
+size.
 
 @item sieve-manage-getscript
 @findex sieve-manage-getscript