X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4df043c55892b20418c763df48e313f1c44f442e..08974112ae68aefba658a8516c8faa3374edc924:/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)