From 5ff7a9d19362949bba5c468327005e0f86de5b98 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 8 Dec 1999 05:35:02 +0000 Subject: [PATCH] (message-yank-add-new-references): Fix doc string. --- lisp/message.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/message.el b/lisp/message.el index 9d607ea..27ad575 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -641,15 +641,18 @@ The function `message-supersede' runs this hook." :group 'message-insertion) (defcustom message-yank-add-new-references t - "*Non-nil means new IDs will be added to \"References\" field when an -article is yanked by the command `message-yank-original' interactively." + "Non-nil means new IDs will be added to \"References\" field when an +article is yanked by the command `message-yank-original' interactively. +If it is a symbol `message-id-only', only an ID from \"Message-ID\" field +is used, otherwise IDs extracted from \"References\", \"In-Reply-To\" and +\"Message-ID\" fields are used." :type '(radio (const :tag "Do not add anything" nil) (const :tag "From Message-Id, References and In-Reply-To fields" t) (const :tag "From only Message-Id field." message-id-only)) :group 'message-insertion) (defcustom message-list-references-add-position nil - "*Integer value means position for adding to \"References\" field when + "Integer value means position for adding to \"References\" field when an article is yanked by the command `message-yank-original' interactively." :type '(radio (const :tag "Add to last" nil) (integer :tag "Position from last ID")) -- 1.7.10.4