diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/epa.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index cd6da1dadba..f450b9cbdd9 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -289,11 +289,13 @@ also ask you whether or not to sign the text before encryption and if | |||
| 289 | you answered yes, it will let you select the signing keys. | 289 | you answered yes, it will let you select the signing keys. |
| 290 | @end deffn | 290 | @end deffn |
| 291 | 291 | ||
| 292 | You can change the default method that is used to select keys with the | ||
| 293 | variable @code{epa-file-select-keys}. | ||
| 294 | |||
| 295 | @defvar epa-keys-select-method | 292 | @defvar epa-keys-select-method |
| 296 | Method used to select keys in @code{epa-select-keys}. | 293 | This variable controls the method used for key selection in |
| 294 | @code{epa-select-keys}. The default value @code{buffer} pops up a | ||
| 295 | special buffer where you can select the keys. If the value is | ||
| 296 | @code{minibuffer}, @code{epa-select-keys} will instead prompt for the | ||
| 297 | keys in the minibuffer, where you should type the keys separated by | ||
| 298 | commas. | ||
| 297 | @end defvar | 299 | @end defvar |
| 298 | 300 | ||
| 299 | @node Cryptographic operations on files | 301 | @node Cryptographic operations on files |