aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-06 04:23:22 +0000
committerRichard M. Stallman1995-05-06 04:23:22 +0000
commit08fbb856404339f20a5c85ba2c7373886c2821dc (patch)
tree0e3008ec4d95e6dcf8f6d918fe307275d49bb91e
parenta594e0e1211b16571e250b94c98713eeef02bc8c (diff)
downloademacs-08fbb856404339f20a5c85ba2c7373886c2821dc.tar.gz
emacs-08fbb856404339f20a5c85ba2c7373886c2821dc.zip
(gnus-use-generic-from): Doc fix.
-rw-r--r--lisp/gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 5fb52198b88..847665da596 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -589,7 +589,7 @@ file is available, its content is also used.")
589 589
590(defvar gnus-use-generic-from nil 590(defvar gnus-use-generic-from nil
591 "*If nil, prepend local host name to the defined domain in the From: 591 "*If nil, prepend local host name to the defined domain in the From:
592field; if a string, use this; if non-nil, strip of the local host name.") 592field; if a string, use this; if non-nil, strip off the local host name.")
593 593
594(defvar gnus-use-generic-path nil 594(defvar gnus-use-generic-path nil
595 "*If nil, use the NNTP server name in the Path: field; if stringp, 595 "*If nil, use the NNTP server name in the Path: field; if stringp,