From 4e4dbe1f82deb0efe736e069bde389e1493cceef Mon Sep 17 00:00:00 2001 From: Jesper Harder Date: Sat, 17 Jan 2004 19:46:05 +0000 Subject: [PATCH] * sieve.texi (Manage Sieve API): nil -> @code{nil}. * pgg.texi (User Commands, Backend methods): do. --- texi/ChangeLog | 4 ++++ texi/pgg.texi | 11 ++++++----- texi/sieve.texi | 5 +++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index e1d4d3777..48b3632c2 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,5 +1,9 @@ 2004-01-17 Jesper Harder + * 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. diff --git a/texi/pgg.texi b/texi/pgg.texi index 2af115d94..f8909a7d6 100644 --- a/texi/pgg.texi +++ b/texi/pgg.texi @@ -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 diff --git a/texi/sieve.texi b/texi/sieve.texi index 6bfcf2f52..26077cade 100644 --- a/texi/sieve.texi +++ b/texi/sieve.texi @@ -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 -- 2.25.1