aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-11-10 08:20:24 +0000
committerPavel Janík2001-11-10 08:20:24 +0000
commit0d54d415eab5850eb57c46b75944c3a1fc689afc (patch)
treee7b15d7c38e287799e49695034c1e8b90711e57c
parent0017164551bb91a16fc1411480ebeee21d2a547c (diff)
downloademacs-0d54d415eab5850eb57c46b75944c3a1fc689afc.tar.gz
emacs-0d54d415eab5850eb57c46b75944c3a1fc689afc.zip
(gnus-local-domain): Reformat the doc-string to refer to function
`system-name' instead of both function and variable.
-rw-r--r--lisp/gnus/gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index d0729dcefbd..10144d73fed 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -1024,7 +1024,7 @@ Should be set in paths.el, and shouldn't be touched by the user.")
1024(defcustom gnus-local-domain nil 1024(defcustom gnus-local-domain nil
1025 "Local domain name without a host name. 1025 "Local domain name without a host name.
1026The DOMAINNAME environment variable is used instead if it is defined. 1026The DOMAINNAME environment variable is used instead if it is defined.
1027If the `system-name' function returns the full Internet name, there is 1027If the function `system-name' returns the full Internet name, there is
1028no need to set this variable." 1028no need to set this variable."
1029 :group 'gnus-message 1029 :group 'gnus-message
1030 :type '(choice (const :tag "default" nil) 1030 :type '(choice (const :tag "default" nil)