aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2024-02-17 11:31:20 +0200
committerEli Zaretskii2024-02-17 11:31:20 +0200
commitd85461ac61c5ea99ea194f99c771de1efdabbef4 (patch)
tree2e7b5afc5365f672f53b081ba2242d22d92546a2 /doc/misc
parent6477be93bd8a29cba8ce383f9ea3fba23c45f225 (diff)
downloademacs-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.texi10
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
289you answered yes, it will let you select the signing keys. 289you answered yes, it will let you select the signing keys.
290@end deffn 290@end deffn
291 291
292You can change the default method that is used to select keys with the
293variable @code{epa-file-select-keys}.
294
295@defvar epa-keys-select-method 292@defvar epa-keys-select-method
296Method used to select keys in @code{epa-select-keys}. 293This variable controls the method used for key selection in
294@code{epa-select-keys}. The default value @code{buffer} pops up a
295special buffer where you can select the keys. If the value is
296@code{minibuffer}, @code{epa-select-keys} will instead prompt for the
297keys in the minibuffer, where you should type the keys separated by
298commas.
297@end defvar 299@end defvar
298 300
299@node Cryptographic operations on files 301@node Cryptographic operations on files