message.el (message-return-action): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Jul 2011 13:46:01 +0000 (13:46 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 5 Jul 2011 13:46:01 +0000 (13:46 +0000)
lisp/ChangeLog
lisp/message.el

index 55888a4..67f4ede 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * message.el (message-return-action): Fix typo in docstring.
+
 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-request-scan): Say that splitting has finished.
index 64300e8..5884c8e 100644 (file)
@@ -1229,7 +1229,7 @@ It is a vector of the following headers:
 (defvar message-send-actions nil
   "A list of actions to be performed upon successful sending of a message.")
 (defvar message-return-action nil
-  "Action to return to the caller after sending or postphoning a message.")
+  "Action to return to the caller after sending or postponing a message.")
 (defvar message-exit-actions nil
   "A list of actions to be performed upon exiting after sending a message.")
 (defvar message-kill-actions nil