X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b50a20709f8ec549c18b8dd8665f6f61ee151c82..c87c2cad94ab0570846015dcef91a38e84317be9:/lisp/plstore.el diff --git a/lisp/plstore.el b/lisp/plstore.el index 62c50c0f4a..01bdd144ac 100644 --- a/lisp/plstore.el +++ b/lisp/plstore.el @@ -99,10 +99,12 @@ If neither t nor nil, doesn't ask user." (const :tag "Don't ask" silent)) :group 'plstore) -(defvar plstore-encrypt-to nil - "*Recipient(s) used for encrypting secret entries. +(defcustom plstore-encrypt-to nil + "Recipient(s) used for encrypting secret entries. May either be a string or a list of strings. If it is nil, -symmetric encryption will be used.") +symmetric encryption will be used." + :type '(choice (const nil) (repeat :tag "Recipient(s)" string)) + :group 'plstore) (put 'plstore-encrypt-to 'safe-local-variable (lambda (val)