diff options
| author | Juanma Barranquero | 2007-06-06 15:03:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-06 15:03:25 +0000 |
| commit | 363f5ac0178dc44a171b131dd5e5a369784d4665 (patch) | |
| tree | a2bae0020a7cd2a1123e8503dfd1cbfea1e3f7ea | |
| parent | 7eb0d72732f4d52beb1f60f6d29152575a07696c (diff) | |
| download | emacs-363f5ac0178dc44a171b131dd5e5a369784d4665.tar.gz emacs-363f5ac0178dc44a171b131dd5e5a369784d4665.zip | |
(pgg-sign-region, pgg-sign): Fix typos.
| -rw-r--r-- | lisp/pgg.el | 4 |
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 | |||
| 416 | a detached signature. | 416 | a detached signature. |
| 417 | 417 | ||
| 418 | If this function is called interactively, CLEARTEXT is enabled | 418 | If this function is called interactively, CLEARTEXT is enabled |
| 419 | and the the output is displayed. | 419 | and the output is displayed. |
| 420 | 420 | ||
| 421 | If optional PASSPHRASE is not specified, it will be obtained from the | 421 | If optional PASSPHRASE is not specified, it will be obtained from the |
| 422 | passphrase cache or user." | 422 | passphrase cache or user." |
| @@ -441,7 +441,7 @@ If optional arguments START and END are specified, only sign data | |||
| 441 | within the region. | 441 | within the region. |
| 442 | 442 | ||
| 443 | If this function is called interactively, CLEARTEXT is enabled | 443 | If this function is called interactively, CLEARTEXT is enabled |
| 444 | and the the output is displayed. | 444 | and the output is displayed. |
| 445 | 445 | ||
| 446 | If optional PASSPHRASE is not specified, it will be obtained from the | 446 | If optional PASSPHRASE is not specified, it will be obtained from the |
| 447 | passphrase cache or user." | 447 | passphrase cache or user." |