From 90926e239289bf6db8938da4b50adc62222ed802 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 27 Sep 2011 15:01:27 +0900 Subject: [PATCH] Clarify plstore-select-keys documentation. * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/plstore.el | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ab324b7cd8b..c535f4a9549 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2011-09-27 Daiki Ueno + + * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify + documentation. + 2011-09-26 Lars Magne Ingebrigtsen * nnimap.el (nnimap-wait-for-response): Message less (bug#9540). diff --git a/lisp/gnus/plstore.el b/lisp/gnus/plstore.el index ab78e508480..340c7255958 100644 --- a/lisp/gnus/plstore.el +++ b/lisp/gnus/plstore.el @@ -80,9 +80,10 @@ "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) -- 2.39.2