diff options
| author | Eli Zaretskii | 2024-02-17 11:31:20 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-02-17 11:31:20 +0200 |
| commit | d85461ac61c5ea99ea194f99c771de1efdabbef4 (patch) | |
| tree | 2e7b5afc5365f672f53b081ba2242d22d92546a2 /doc/misc | |
| parent | 6477be93bd8a29cba8ce383f9ea3fba23c45f225 (diff) | |
| download | emacs-d85461ac61c5ea99ea194f99c771de1efdabbef4.tar.gz emacs-d85461ac61c5ea99ea194f99c771de1efdabbef4.zip | |
; Fix last change
* doc/misc/epa.texi (Cryptographic operations on regions): Fix
wording of the 'epa-keys-select-method's documentation.
* lisp/epa.el (epa-keys-select-method): Doc fix (bug#69133).
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 |