* lisp/startup.el (mail-host-address): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2012 06:45:12 +0000 (23:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2012 06:45:12 +0000 (23:45 -0700)
lisp/ChangeLog
lisp/startup.el

index 93ae0f1..ca07cc3 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-27  Glenn Morris  <rgm@gnu.org>
+
+       * startup.el (mail-host-address): Doc fix.
+
 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
index 57d7a74..37e4f55 100644 (file)
@@ -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)