]> code.delx.au - gnu-emacs/blobdiff - lisp/plstore.el
Ibuffer: Mark buffers by content
[gnu-emacs] / lisp / plstore.el
index 62c50c0f4a184beebcc1c8b960a57f8bf137c434..01bdd144ac0b02d4c61dee9a8f558fca3e811e68 100644 (file)
@@ -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)