diff options
author | Glenn Morris <rgm@gnu.org> | 2017-02-14 23:34:49 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-02-14 23:34:49 -0800 |
commit | 1b685e7a0bd0e2ae26e9930075b826c9f40aa848 (patch) | |
tree | fa55df58fb7a0c1e01aa993151e151a2206d56a9 | |
parent | 8a9c468b6f5cf2ffc684270433f8d9173236a22d (diff) | |
download | emacs-1b685e7a0bd0e2ae26e9930075b826c9f40aa848.tar.gz |
Small lispref edit
* doc/lispref/os.texi (User Identification):
Remove extraneous detail about user-mail-address.
-rw-r--r-- | doc/lispref/os.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 178822b311e..c0a9c81fda2 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -1133,11 +1133,7 @@ not load any customization files or user profile. @end defvar @defopt user-mail-address -This holds the nominal email address of the user who is using Emacs. -Emacs normally sets this variable to a default value after reading your -init files, but not if you have already set it. So you can set the -variable to some other value in your init file if you do not -want to use the default value. +This holds the email address of the user who is using Emacs. @end defopt @defun user-login-name &optional uid |