# HG changeset patch # User Juanma Barranquero # Date 1181166978 0 # Node ID 491c39d86dc0cdcfae3bfcc00e85ea9e1e9e4667 # Parent 19ad06d9a5789622e0f58f7b4227cd149f3eabec (pgg-sign-region, pgg-sign): Fix typos in docstrings. diff -r 19ad06d9a578 -r 491c39d86dc0 lisp/pgg.el --- a/lisp/pgg.el Wed Jun 06 21:00:03 2007 +0000 +++ b/lisp/pgg.el Wed Jun 06 21:56:18 2007 +0000 @@ -332,7 +332,7 @@ (interactive "r") (let ((status (pgg-save-coding-system start end - (pgg-invoke "encrypt-symmetric-region" + (pgg-invoke "encrypt-symmetric-region" (or pgg-scheme pgg-default-scheme) (point-min) (point-max) passphrase)))) (when (interactive-p) @@ -416,7 +416,7 @@ a detached signature. If this function is called interactively, CLEARTEXT is enabled -and the the output is displayed. +and the output is displayed. If optional PASSPHRASE is not specified, it will be obtained from the passphrase cache or user." @@ -441,7 +441,7 @@ within the region. If this function is called interactively, CLEARTEXT is enabled -and the the output is displayed. +and the output is displayed. If optional PASSPHRASE is not specified, it will be obtained from the passphrase cache or user." @@ -485,7 +485,7 @@ (or (cdr (assq 'preferred-key-server packet)) pgg-default-keyserver-address)) (pgg-fetch-key keyserver key)) - (setq status + (setq status (pgg-save-coding-system start end (pgg-invoke "verify-region" (or pgg-scheme pgg-default-scheme) (point-min) (point-max) signature)))