plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation.
authorDaiki Ueno <ueno@unixuser.org>
Tue, 27 Sep 2011 10:31:15 +0000 (10:31 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 27 Sep 2011 10:31:15 +0000 (10:31 +0000)
lisp/ChangeLog
lisp/plstore.el

index 5bdbf8e..7fe0e57 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
+       documentation.
+
 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
@@ -15,7 +20,7 @@
 
 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * pop3.el (pop3-number-of-responses): Removed.
+       * pop3.el (pop3-number-of-responses): Remove.
        (pop3-wait-for-messages): Rewrite to take linear time instead of
        exponential time.
 
index ab78e50..340c725 100644 (file)
   "Control whether or not to pop up the key selection dialog.
 
 If t, always asks user to select recipients.
-If nil, query user only when `plstore-encrypt-to' is not set.
-If neither t nor nil, doesn't ask user.  In this case, symmetric
-encryption is used."
+If nil, query user only when a file's default recipients are not
+known (i.e. `plstore-encrypt-to' is not locally set in the buffer
+visiting a plstore file).
+If neither t nor nil, doesn't ask user."
   :type '(choice (const :tag "Ask always" t)
                 (const :tag "Ask when recipients are not set" nil)
                 (const :tag "Don't ask" silent))
@@ -90,7 +91,8 @@ encryption is used."
 
 (defvar plstore-encrypt-to nil
   "*Recipient(s) used for encrypting secret entries.
-May either be a string or a list of strings.")
+May either be a string or a list of strings.  If it is nil,
+symmetric encryption will be used.")
 
 (put 'plstore-encrypt-to 'safe-local-variable
      (lambda (val)