mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1494
This commit is contained in:
parent
149b51bc88
commit
dae0a9421a
2 changed files with 5 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-12-08 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* message.texi (Insertion Variables): Don't advertise sc-cite-original.
|
||||
|
||||
2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org.texi (Using the mapping API): Fix bug in mapping example.
|
||||
|
|
|
|||
|
|
@ -1952,15 +1952,12 @@ Number of spaces to indent yanked messages.
|
|||
@item message-cite-function
|
||||
@vindex message-cite-function
|
||||
@findex message-cite-original
|
||||
@findex sc-cite-original
|
||||
@findex message-cite-original-without-signature
|
||||
@cindex Supercite
|
||||
Function for citing an original message. The default is
|
||||
@code{message-cite-original}, which simply inserts the original message
|
||||
and prepends @samp{> } to each line.
|
||||
@code{message-cite-original-without-signature} does the same, but elides
|
||||
the signature. You can also set it to @code{sc-cite-original} to use
|
||||
Supercite.
|
||||
the signature.
|
||||
|
||||
@item message-indent-citation-function
|
||||
@vindex message-indent-citation-function
|
||||
|
|
|
|||
Loading…
Reference in a new issue