]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes related to mail-host-address
authorGlenn Morris <rgm@gnu.org>
Mon, 13 Feb 2017 01:53:13 +0000 (17:53 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 13 Feb 2017 01:53:13 +0000 (17:53 -0800)
* lisp/startup.el (mail-host-address): Doc fix.
* doc/lispref/os.texi (System Environment):
Remove extraneous details of mail-host-address.

doc/lispref/os.texi
lisp/startup.el

index 553bb4a00681d280694817a3e561a522d9960b45..178822b311e2d4ac4399afded56e0a0f0ee2aaa3 100644 (file)
@@ -940,9 +940,7 @@ string.
 If this variable is non-@code{nil}, it is used instead of
 @code{system-name} for purposes of generating email addresses.  For
 example, it is used when constructing the default value of
-@code{user-mail-address}.  @xref{User Identification}.  (Since this is
-done when Emacs starts up, the value actually used is the one saved when
-Emacs was dumped.  @xref{Building Emacs}.)
+@code{user-mail-address}.  @xref{User Identification}.
 @c FIXME sounds like should probably give this a :set-after and some
 @c custom-initialize-delay voodoo.
 @end defopt
index 91e7e36dd658f1d5f7626120afe2a255b184e748..4272708ce9a8605f4bf93145fec670a2387a9de8 100644 (file)
@@ -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)