* message.el (message-cite-reply-position): Doc string fix.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 30 May 2011 19:51:02 +0000 (21:51 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 30 May 2011 19:51:02 +0000 (21:51 +0200)
lisp/ChangeLog
lisp/message.el

index d353f02..ba969f7 100644 (file)
@@ -1,5 +1,7 @@
 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
index d1457c5..8f58402 100644 (file)
@@ -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))