diff options
author | Glenn Morris <rgm@gnu.org> | 2012-03-26 23:45:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-03-26 23:45:12 -0700 |
commit | b4fa35fa9c8468dc1a26c54f5e84e64301f7e1d8 (patch) | |
tree | 3b4bf32f1e2bb262a90bc7c6f216385677da9dc9 /lisp/startup.el | |
parent | 9364727b1923ce22e34b591435b679daa7519877 (diff) | |
download | emacs-b4fa35fa9c8468dc1a26c54f5e84e64301f7e1d8.tar.gz emacs-b4fa35fa9c8468dc1a26c54f5e84e64301f7e1d8.tar.bz2 emacs-b4fa35fa9c8468dc1a26c54f5e84e64301f7e1d8.zip |
* lisp/startup.el (mail-host-address): Doc fix.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 57d7a74e5ec..37e4f550dcd 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -339,7 +339,9 @@ this variable usefully is to set it while building and dumping Emacs." (error "Customizing `site-run-file' does not work"))) (defcustom mail-host-address nil - "Name of this machine, for purposes of naming users." + "Name of this machine, for purposes of naming users. +If non-nil, Emacs uses this instead of `system-name' when constructing +email addresses." :type '(choice (const nil) string) :group 'mail) |