[gnus git] branch master updated: n0-17-62-gdb67e44 =1= * message.el (message-cite-reply-position): Doc string fix.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via db67e44be5c5f0d5c24897796dc7113a71a2ad9e (commit)
from 51f3b8b3c6ce34b42e1c7d10e08d6aa8cc0a1948 (commit)
- Log -----------------------------------------------------------------
commit db67e44be5c5f0d5c24897796dc7113a71a2ad9e
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon May 30 21:51:02 2011 +0200
* message.el (message-cite-reply-position): Doc string fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d353f02..ba969f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-05-30 Lars Magne Ingebrigtsen <[email protected]>
+ * message.el (message-cite-reply-position): Doc string fix.
+
* nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
avoid regexp overflow.
(nnimap-transform-split-mail): Ditto.
diff --git a/lisp/message.el b/lisp/message.el
index d1457c5..8f58402 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -1135,7 +1135,7 @@ Note: Many newsgroups frown upon nontraditional reply styles. You
probably want to set this variable only for specific groups,
e.g. using `gnus-posting-styles':
- (eval (set (make-local-variable 'message-cite-reply-above) 'above))"
+ (eval (set (make-local-variable 'message-cite-reply-position) 'above))"
:type '(choice (const :tag "Reply inline" 'traditional)
(const :tag "Reply above" 'above)
(const :tag "Reply below" 'below))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/message.el | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project