diff options
| author | Pavel Janík | 2001-11-10 08:20:24 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-10 08:20:24 +0000 |
| commit | 0d54d415eab5850eb57c46b75944c3a1fc689afc (patch) | |
| tree | e7b15d7c38e287799e49695034c1e8b90711e57c | |
| parent | 0017164551bb91a16fc1411480ebeee21d2a547c (diff) | |
| download | emacs-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.el | 2 |
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. |
| 1026 | The DOMAINNAME environment variable is used instead if it is defined. | 1026 | The DOMAINNAME environment variable is used instead if it is defined. |
| 1027 | If the `system-name' function returns the full Internet name, there is | 1027 | If the function `system-name' returns the full Internet name, there is |
| 1028 | no need to set this variable." | 1028 | no 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) |