*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 24 Aug 2001 21:09:03 +0000 (21:09 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 24 Aug 2001 21:09:03 +0000 (21:09 +0000)
contrib/ChangeLog
contrib/gpg.el

index 2c857ba..be5b92b 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-24 16:09:14  Fabien Penso  <penso@linuxfr.org>
+
+       * gpg.el (gpg-command-sign-detached): Doc fix.
+
 2001-08-07  Andreas Jaeger  <aj@suse.de>
 
        * gpg.el (gpg-passphrase-forget): Don't cache
 2001-08-07  Andreas Jaeger  <aj@suse.de>
 
        * gpg.el (gpg-passphrase-forget): Don't cache
index 3afa1ed..f071345 100644 (file)
@@ -7,7 +7,7 @@
 ;; Keywords: crypto
 ;; Created: 2000-04-15
 
 ;; Keywords: crypto
 ;; Created: 2000-04-15
 
-;; $Id: gpg.el,v 1.14 2001/07/30 23:04:20 zsh Exp $
+;; $Id: gpg.el,v 1.15 2001/08/10 17:23:27 zsh Exp $
 
 ;; This file is NOT (yet?) part of GNU Emacs.
 
 
 ;; This file is NOT (yet?) part of GNU Emacs.
 
@@ -364,7 +364,7 @@ standard error."
   '(gpg-2comp . ("--batch" "--passphrase-fd=0" "--output=-"
                 armor textmode  "--clearsign"
                 sign-with-key))
   '(gpg-2comp . ("--batch" "--passphrase-fd=0" "--output=-"
                 armor textmode  "--clearsign"
                 sign-with-key))
-  "Command to create a create a \"clearsign\" text file.  
+  "Command to create a \"clearsign\" text file.  
 The invoked program has to read the passphrase from standard input,
 followed by the message to sign.  It should write the ASCII-amored
 signed text message to standard output, and diagnostic messages to
 The invoked program has to read the passphrase from standard input,
 followed by the message to sign.  It should write the ASCII-amored
 signed text message to standard output, and diagnostic messages to
@@ -377,7 +377,7 @@ standard error."
   '(gpg-2comp . ("--batch" "--passphrase-fd=0" "--output=-"
                 armor textmode "--detach-sign" 
                 sign-with-key))
   '(gpg-2comp . ("--batch" "--passphrase-fd=0" "--output=-"
                 armor textmode "--detach-sign" 
                 sign-with-key))
-  "Command to create a create a detached signature. 
+  "Command to create a detached signature. 
 The invoked program has to read the passphrase from standard input,
 followed by the message to sign.  It should write the ASCII-amored
 detached signature to standard output, and diagnostic messages to
 The invoked program has to read the passphrase from standard input,
 followed by the message to sign.  It should write the ASCII-amored
 detached signature to standard output, and diagnostic messages to