diff options
Diffstat (limited to 'lisp/gnus/nnsoup.el')
-rw-r--r-- | lisp/gnus/nnsoup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el index 9dc429ec135..e520121a266 100644 --- a/lisp/gnus/nnsoup.el +++ b/lisp/gnus/nnsoup.el @@ -75,7 +75,7 @@ The SOUP packet file name will be inserted at the %s.") "*Regular expression matching SOUP packets in `nnsoup-packet-directory'.") (defvoo nnsoup-always-save t - "If non nil commit the reply buffer on each message send. + "If non-nil commit the reply buffer on each message send. This is necessary if using message mode outside Gnus with nnsoup as a backend for the messages.") |