mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
(message-cite-original-without-signature): Mention
stripping of the signatur in doc string.
This commit is contained in:
parent
1983a33622
commit
89a768dfdd
lisp/gnus
@ -1,3 +1,8 @@
|
||||
2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* message.el (message-cite-original-without-signature): Mention
|
||||
stripping of the signatur in doc string.
|
||||
|
||||
2008-03-19 Nils Ackermann <nils@ackermath.info> (tiny change)
|
||||
|
||||
* nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user