diff options
author | Glenn Morris <rgm@gnu.org> | 2017-02-12 17:53:13 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-02-12 17:53:13 -0800 |
commit | 04ea55fa471f0c75eeee6ccea33cf91c81fc246c (patch) | |
tree | bea09269a976853f865e682fe3083022a63bbbc0 /lisp/startup.el | |
parent | e9ec1c5b26139057f85548184ee4b47f3e29f564 (diff) | |
download | emacs-04ea55fa471f0c75eeee6ccea33cf91c81fc246c.tar.gz emacs-04ea55fa471f0c75eeee6ccea33cf91c81fc246c.tar.bz2 emacs-04ea55fa471f0c75eeee6ccea33cf91c81fc246c.zip |
Doc fixes related to mail-host-address
* lisp/startup.el (mail-host-address): Doc fix.
* doc/lispref/os.texi (System Environment):
Remove extraneous details of mail-host-address.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 91e7e36dd65..4272708ce9a 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -376,9 +376,8 @@ this variable usefully is to set it while building and dumping Emacs." (make-obsolete-variable 'system-name "use (system-name) instead" "25.1") (defcustom mail-host-address nil - "Name of this machine, for purposes of naming users. -If non-nil, Emacs uses this instead of `system-name' when constructing -email addresses." + "The name of this machine, for use in constructing email addresses. +If this is nil, Emacs uses `system-name'." :type '(choice (const nil) string) :group 'mail) |