emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/pgg.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/pgg.texi
Date: Sat, 29 Oct 2005 07:39:49 -0400

Index: emacs/man/pgg.texi
diff -c emacs/man/pgg.texi:1.5 emacs/man/pgg.texi:1.6
*** emacs/man/pgg.texi:1.5      Fri Sep 16 22:11:00 2005
--- emacs/man/pgg.texi  Sat Oct 29 11:39:49 2005
***************
*** 98,103 ****
--- 98,105 ----
  @lisp
  (autoload 'pgg-encrypt-region "pgg"
    "Encrypt the current region." t)
+ (autoload 'pgg-encrypt-symmetric-region "pgg"
+   "Encrypt the current region with symmetric algorithm." t)
  (autoload 'pgg-decrypt-region "pgg"
    "Decrypt the current region." t)
  (autoload 'pgg-sign-region "pgg"
***************
*** 140,145 ****
--- 142,154 ----
  with GnuPG.
  @end deffn
  
+ @deffn Command pgg-encrypt-symmetric-region start end
+ Encrypt the current region between @var{start} and @var{end} using a
+ symmetric cipher.  After invocation you are asked for a passphrase.
+ 
+ This is currently only implemented for GnuPG.
+ @end deffn
+ 
  @deffn Command pgg-decrypt-region start end
  Decrypt the current region between @var{start} and @var{end}.  If
  decryption is successful, it replaces the current region contents (in
***************
*** 305,310 ****
--- 314,326 ----
  @var{recipients}.  If @var{sign} is address@hidden, do a combined sign
  and encrypt.  If encryption is successful, it returns @code{t},
  otherwise @code{nil}.
+ @end deffn
+ 
+ @deffn Method pgg-scheme-encrypt-symmetric-region scheme start end
+ Encrypt the current region between @var{start} and @var{end} using a
+ symmetric cipher and a passphrases.  If encryption is successful, it
+ returns @code{t}, otherwise @code{nil}.  This function is currently only
+ implemented for GnuPG.
  @end deffn
  
  @deffn Method pgg-scheme-decrypt-region scheme start end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]