(message-user-fqdn): Fix typo in docstring.
authorRomain Francoise <romain@orebokech.com>
Sat, 6 Aug 2005 09:53:36 +0000 (09:53 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 6 Aug 2005 09:53:36 +0000 (09:53 +0000)
lisp/ChangeLog
lisp/message.el

index 6d0ab4b..2b0e0ff 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-06  Romain Francoise  <romain@orebokech.com>
+
+       * message.el (message-user-fqdn): Fix typo in docstring.
+
 2005-08-05  Daiki Ueno <ueno@unixuser.org>
 
        * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
index 200fcd6..7f5a8c2 100644 (file)
@@ -1471,7 +1471,7 @@ no, only reply back to the author."
   :type 'boolean)
 
 (defcustom message-user-fqdn nil
-  "*Domain part of Messsage-Ids."
+  "*Domain part of Message-Ids."
   :version "22.1"
   :group 'message-headers
   :link '(custom-manual "(message)News Headers")