aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus.el
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-22 22:14:17 +0000
committerRichard M. Stallman1994-05-22 22:14:17 +0000
commita4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch)
tree106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/gnus.el
parentee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff)
downloademacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz
emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip
Doc fix.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r--lisp/gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index cd0272da233..b7ad1d37903 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -142,7 +142,7 @@ given. Instead, if the first character of the name is `|', the
142contents of the article is piped out to the named program. It is 142contents of the article is piped out to the named program. It is
143possible to save an article in an MH folder as follows: 143possible to save an article in an MH folder as follows:
144 144
145(setq gnus-author-copy \"|/usr/local/lib/mh/rcvstore +Article\")") 145\(setq gnus-author-copy \"|/usr/local/lib/mh/rcvstore +Article\")")
146 146
147(defvar gnus-author-copy-saver (function rmail-output) 147(defvar gnus-author-copy-saver (function rmail-output)
148 "*A function called with a file name to save an author copy to. 148 "*A function called with a file name to save an author copy to.