aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-06 15:03:25 +0000
committerJuanma Barranquero2007-06-06 15:03:25 +0000
commit363f5ac0178dc44a171b131dd5e5a369784d4665 (patch)
treea2bae0020a7cd2a1123e8503dfd1cbfea1e3f7ea
parent7eb0d72732f4d52beb1f60f6d29152575a07696c (diff)
downloademacs-363f5ac0178dc44a171b131dd5e5a369784d4665.tar.gz
emacs-363f5ac0178dc44a171b131dd5e5a369784d4665.zip
(pgg-sign-region, pgg-sign): Fix typos.
-rw-r--r--lisp/pgg.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pgg.el b/lisp/pgg.el
index f6a5a96d2b8..6b2b8ef376b 100644
--- a/lisp/pgg.el
+++ b/lisp/pgg.el
@@ -416,7 +416,7 @@ If the optional 3rd argument CLEARTEXT is non-nil, it does not create
416a detached signature. 416a detached signature.
417 417
418If this function is called interactively, CLEARTEXT is enabled 418If this function is called interactively, CLEARTEXT is enabled
419and the the output is displayed. 419and the output is displayed.
420 420
421If optional PASSPHRASE is not specified, it will be obtained from the 421If optional PASSPHRASE is not specified, it will be obtained from the
422passphrase cache or user." 422passphrase cache or user."
@@ -441,7 +441,7 @@ If optional arguments START and END are specified, only sign data
441within the region. 441within the region.
442 442
443If this function is called interactively, CLEARTEXT is enabled 443If this function is called interactively, CLEARTEXT is enabled
444and the the output is displayed. 444and the output is displayed.
445 445
446If optional PASSPHRASE is not specified, it will be obtained from the 446If optional PASSPHRASE is not specified, it will be obtained from the
447passphrase cache or user." 447passphrase cache or user."