emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107686: * lisp/startup.el (mail-host


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107686: * lisp/startup.el (mail-host-address): Doc fix.
Date: Mon, 26 Mar 2012 23:45:12 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107686
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-03-26 23:45:12 -0700
message:
  * lisp/startup.el (mail-host-address): Doc fix.
modified:
  lisp/ChangeLog
  lisp/startup.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-03-26 19:10:00 +0000
+++ b/lisp/ChangeLog    2012-03-27 06:45:12 +0000
@@ -1,3 +1,7 @@
+2012-03-27  Glenn Morris  <address@hidden>
+
+       * startup.el (mail-host-address): Doc fix.
+
 2012-03-26  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more

=== modified file 'lisp/startup.el'
--- a/lisp/startup.el   2012-03-26 00:37:04 +0000
+++ b/lisp/startup.el   2012-03-27 06:45:12 +0000
@@ -339,7 +339,9 @@
          (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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]