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 /doc/lispref/os.texi | |
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 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 553bb4a0068..178822b311e 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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 |