diff options
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r-- | lisp/gnus.el | 2 |
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 contents of the article is piped out to the named program. It is possible to save an article in an MH folder as follows: -(setq gnus-author-copy \"|/usr/local/lib/mh/rcvstore +Article\")") +\(setq gnus-author-copy \"|/usr/local/lib/mh/rcvstore +Article\")") (defvar gnus-author-copy-saver (function rmail-output) "*A function called with a file name to save an author copy to. |