comparison lisp/gnus/nnsoup.el @ 73639:f58700566a56

(nnsoup-always-save): Use "non-nil" in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 03 Nov 2006 14:33:41 +0000
parents 1077b8039c32
children 2eb7060c5458 02cf29720f31
comparison
equal deleted inserted replaced
73638:d758e535681e 73639:f58700566a56
73 73
74 (defvoo nnsoup-packet-regexp "Soupout" 74 (defvoo nnsoup-packet-regexp "Soupout"
75 "*Regular expression matching SOUP packets in `nnsoup-packet-directory'.") 75 "*Regular expression matching SOUP packets in `nnsoup-packet-directory'.")
76 76
77 (defvoo nnsoup-always-save t 77 (defvoo nnsoup-always-save t
78 "If non nil commit the reply buffer on each message send. 78 "If non-nil commit the reply buffer on each message send.
79 This is necessary if using message mode outside Gnus with nnsoup as a 79 This is necessary if using message mode outside Gnus with nnsoup as a
80 backend for the messages.") 80 backend for the messages.")
81 81
82 82
83 83