From 89a768dfdd1f89e8656e4504f0eaf3ed2d6b4ed9 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Mon, 24 Mar 2008 18:35:18 +0000 Subject: [PATCH] (message-cite-original-without-signature): Mention stripping of the signatur in doc string. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/message.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 2c81b3c764a..4207753cb15 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2008-03-24 Reiner Steib + + * message.el (message-cite-original-without-signature): Mention + stripping of the signatur in doc string. + 2008-03-19 Nils Ackermann (tiny change) * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 6b0e62d95cd..5b998f947a7 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -3376,7 +3376,8 @@ prefix, and don't delete any headers." (nreverse buffers))) (defun message-cite-original-without-signature () - "Cite function in the standard Message manner." + "Cite function in the standard Message manner. +This function strips off the signature from the original message." (let* ((start (point)) (end (mark t)) (functions -- 2.39.5