diff options
| author | Daiki Ueno | 2010-10-12 10:49:05 +0900 |
|---|---|---|
| committer | Daiki Ueno | 2010-10-12 10:49:05 +0900 |
| commit | 98e2b86485ad27c2ed524bea1c481e1faaa09079 (patch) | |
| tree | 513c55b6c3cc34fa24e850b03049e7489a3ddbee /doc/misc/epa.texi | |
| parent | da3107c7aa9832c1b9c38394ff53a3762f8826a6 (diff) | |
| download | emacs-98e2b86485ad27c2ed524bea1c481e1faaa09079.tar.gz emacs-98e2b86485ad27c2ed524bea1c481e1faaa09079.zip | |
Clarify the doc about caching passphrases.
* epa.texi (Caching Passphrases):
* auth.texi (GnuPG and EasyPG Assistant Configuration): Clarify
some configurations require to set up gpg-agent.
Diffstat (limited to 'doc/misc/epa.texi')
| -rw-r--r-- | doc/misc/epa.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 7d4c66fdd28..32bf9e7fe1d 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -420,17 +420,17 @@ Here are configurations depending on your answers: | |||
| 420 | 420 | ||
| 421 | @multitable {111} {222} {333} {configuration configuration configuration} | 421 | @multitable {111} {222} {333} {configuration configuration configuration} |
| 422 | @item @b{1} @tab @b{2} @tab @b{3} @tab Configuration | 422 | @item @b{1} @tab @b{2} @tab @b{3} @tab Configuration |
| 423 | @item Yes @tab Yes @tab Yes @tab Nothing to do. | 423 | @item Yes @tab Yes @tab Yes @tab Set up gpg-agent. |
| 424 | @item Yes @tab Yes @tab No @tab You can't, without gpg-agent. | 424 | @item Yes @tab Yes @tab No @tab You can't, without gpg-agent. |
| 425 | @item Yes @tab No @tab Yes @tab Nothing to do. | 425 | @item Yes @tab No @tab Yes @tab Set up gpg-agent. |
| 426 | @item Yes @tab No @tab No @tab You can't, without gpg-agent. | 426 | @item Yes @tab No @tab No @tab You can't, without gpg-agent. |
| 427 | @item No @tab Yes @tab Yes @tab Set up elisp passphrase cache. | 427 | @item No @tab Yes @tab Yes @tab Set up elisp passphrase cache. |
| 428 | @item No @tab Yes @tab No @tab Set up elisp passphrase cache. | 428 | @item No @tab Yes @tab No @tab Set up elisp passphrase cache. |
| 429 | @item No @tab No @tab Yes @tab Nothing to do. | 429 | @item No @tab No @tab Yes @tab Set up gpg-agent. |
| 430 | @item No @tab No @tab No @tab You can't, without gpg-agent. | 430 | @item No @tab No @tab No @tab You can't, without gpg-agent. |
| 431 | @end multitable | 431 | @end multitable |
| 432 | 432 | ||
| 433 | To setup gpg-agent, follow the instruction in GnuPG manual. | 433 | To set up gpg-agent, follow the instruction in GnuPG manual. |
| 434 | @pxref{Invoking GPG-AGENT, , Invoking GPG-AGENT, gnupg}. | 434 | @pxref{Invoking GPG-AGENT, , Invoking GPG-AGENT, gnupg}. |
| 435 | 435 | ||
| 436 | To set up elisp passphrase cache, set | 436 | To set up elisp passphrase cache, set |