diff options
| author | Vibhav Pant | 2017-02-13 17:07:36 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2017-02-13 17:07:36 +0530 |
| commit | cb410433e069b5bb450193353c3fea8593a643a9 (patch) | |
| tree | d2f4269781b4841e5a0c27ec57a5a4fbcec386c0 /lisp/startup.el | |
| parent | e742450427007cdde242c11380dfe32a950fab61 (diff) | |
| parent | 4b18ef7ba3dd8aae4f3c3bf931365ef7da883baf (diff) | |
| download | emacs-feature/byte-switch.tar.gz emacs-feature/byte-switch.zip | |
Merge branch 'master' into feature/byte-switchfeature/byte-switch
Diffstat (limited to 'lisp/startup.el')
| -rw-r--r-- | lisp/startup.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 91e7e36dd65..4272708ce9a 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -376,9 +376,8 @@ this variable usefully is to set it while building and dumping Emacs." | |||
| 376 | (make-obsolete-variable 'system-name "use (system-name) instead" "25.1") | 376 | (make-obsolete-variable 'system-name "use (system-name) instead" "25.1") |
| 377 | 377 | ||
| 378 | (defcustom mail-host-address nil | 378 | (defcustom mail-host-address nil |
| 379 | "Name of this machine, for purposes of naming users. | 379 | "The name of this machine, for use in constructing email addresses. |
| 380 | If non-nil, Emacs uses this instead of `system-name' when constructing | 380 | If this is nil, Emacs uses `system-name'." |
| 381 | email addresses." | ||
| 382 | :type '(choice (const nil) string) | 381 | :type '(choice (const nil) string) |
| 383 | :group 'mail) | 382 | :group 'mail) |
| 384 | 383 | ||