[gnus git] branch master updated: n0-17-160-g53c2e8d =1= message.el (message-return-action): Fix typo in docstring.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 53c2e8db713ae319b1706a06c514e66c4f0b58e0 (commit)
from f0c8c51b4ee0a592d0b78bde534253d74191c22e (commit)
- Log -----------------------------------------------------------------
commit 53c2e8db713ae319b1706a06c514e66c4f0b58e0
Author: Juanma Barranquero <[email protected]>
Date: Tue Jul 5 13:46:01 2011 +0000
message.el (message-return-action): Fix typo in docstring.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55888a4..67f4ede 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-05 Juanma Barranquero <[email protected]>
+
+ * message.el (message-return-action): Fix typo in docstring.
+
2011-07-04 Lars Magne Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-request-scan): Say that splitting has finished.
diff --git a/lisp/message.el b/lisp/message.el
index 64300e8..5884c8e 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -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
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/message.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project